mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
4d3c741ddb
tests/testglib.c: In function ‘gnode_test’: tests/testglib.c:302:34: error: comparison of integer expressions of different signedness: ‘char’ and ‘guint’ {aka ‘unsigned int’} 302 | g_assert (P2C (node->data) == ('C' + i)); | ^~ glib/gmacros.h:941:25: note: in definition of macro ‘G_LIKELY’ 941 | #define G_LIKELY(expr) (expr) | ^~~~ tests/testglib.c:302:7: note: in expansion of macro ‘g_assert’ 302 | g_assert (P2C (node->data) == ('C' + i)); | ^~~~~~~~ tests/testglib.c:306:76: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 306 | g_assert (g_node_child_position (node_G, g_node_nth_child (node_G, i)) == i); | ^~ glib/gmacros.h:941:25: note: in definition of macro ‘G_LIKELY’ 941 | #define G_LIKELY(expr) (expr) | ^~~~ tests/testglib.c:306:5: note: in expansion of macro ‘g_assert’ 306 | g_assert (g_node_child_position (node_G, g_node_nth_child (node_G, i)) == i); | ^~~~~~~~ tests/testglib.c: In function ‘test_arrays’: tests/testglib.c:1316:41: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 1316 | if (g_array_index (garray, gint, i) != i) | ^~ tests/testglib.c:1324:41: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 1324 | if (g_array_index (garray, gint, i) != (100 - i - 1)) | ^~ |
||
---|---|---|
.. | ||
collate | ||
gobject | ||
refcount | ||
assert-msg-test.c | ||
assert-msg-test.gdb | ||
asyncqueue-test.c | ||
bit-test.c | ||
casefold.txt | ||
casemap.txt | ||
child-test.c | ||
completion-test.c | ||
cxx-test.cpp | ||
datetime.c | ||
dirname-test.c | ||
env-test.c | ||
file-test.c | ||
gen-casefold-txt.py | ||
gen-casemap-txt.py | ||
gio-test.c | ||
iochannel-test-infile | ||
iochannel-test.c | ||
libmoduletestplugin_a.c | ||
libmoduletestplugin_b.c | ||
mainloop-test.c | ||
mapping-test.c | ||
memchunks.c | ||
meson.build | ||
module-test.c | ||
onceinit.c | ||
qsort-test.c | ||
relation-test.c | ||
run-assert-msg-test.sh | ||
run-collate-tests.sh | ||
slice-color.c | ||
slice-concurrent.c | ||
slice-test.c | ||
slice-threadinit.c | ||
sources.c | ||
spawn-test-win32-gui.c | ||
spawn-test.c | ||
testgdate.c | ||
testgdateparser.c | ||
testglib.c | ||
thread-test.c | ||
threadpool-test.c | ||
timeloop-basic.c | ||
timeloop.c | ||
type-test.c | ||
unicode-caseconv.c | ||
unicode-collate.c | ||
unicode-encoding.c | ||
unicode-normalize.c | ||
utf8.txt |