mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
951105fae5
tests/threadpool-test.c: In function ‘test_thread_sort’: tests/threadpool-test.c:283:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 283 | for (i = 0; i < limit; i++) { | ^ tests/threadpool-test.c:296:50: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 296 | g_assert (g_thread_pool_get_max_threads (pool) == max_threads); | ^~ glib/gmacros.h:941:25: note: in definition of macro ‘G_LIKELY’ 941 | #define G_LIKELY(expr) (expr) | ^~~~ tests/threadpool-test.c:296:3: note: in expansion of macro ‘g_assert’ 296 | g_assert (g_thread_pool_get_max_threads (pool) == max_threads); | ^~~~~~~~ tests/threadpool-test.c:297:50: error: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} 297 | g_assert (g_thread_pool_get_num_threads (pool) == g_thread_pool_get_max_threads (pool)); | ^~ glib/gmacros.h:941:25: note: in definition of macro ‘G_LIKELY’ 941 | #define G_LIKELY(expr) (expr) | ^~~~ tests/threadpool-test.c:297:3: note: in expansion of macro ‘g_assert’ 297 | g_assert (g_thread_pool_get_num_threads (pool) == g_thread_pool_get_max_threads (pool)); | ^~~~~~~~ tests/threadpool-test.c: In function ‘test_thread_idle_time’: tests/threadpool-test.c:355:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} 355 | for (i = 0; i < limit; i++) { | ^ |
||
---|---|---|
.. | ||
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 |