glib/tests/refcount
Emmanuel Fleury 7c69a1d5f6 Fix signedness warnings in tests/refcount/objects.c
tests/refcount/objects.c: In function ‘main’:
tests/refcount/objects.c:133:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘const unsigned int’}
  133 |   for (i = 0; i < n_threads; i++) {
      |                 ^
tests/refcount/objects.c:149:17: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘unsigned int’
  149 |   for (i = 0; i < 2 * n_threads; i++) {
      |                 ^
2021-05-04 08:43:29 +02:00
..
meson.build build: Move tests/refcount/closures to gobject/tests/closure-refcount 2019-02-27 11:48:29 +00:00
objects2.c tests/: Include unistd.h on *NIX only 2013-11-11 22:37:39 +08:00
objects.c Fix signedness warnings in tests/refcount/objects.c 2021-05-04 08:43:29 +02:00
properties2.c tests/: Include unistd.h on *NIX only 2013-11-11 22:37:39 +08:00
properties3.c tests: Fix non-atomic access to some shared variables 2020-11-20 14:40:19 +00:00
properties4.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
properties.c tests: Synchronize access to stopping flag 2019-02-25 14:29:35 +01:00
signals.c tests: Fix data races in refcount/signals.c 2018-11-04 17:28:51 +01:00