glib/tests/gobject
Emmanuel Fleury 277d206d38 Fix multiple missing initializer warnings in tests/gobject/testcommon.h
tests/gobject/testmodule.c: In function ‘test_module_get_type’:
tests/gobject/testmodule.c:34:1: error: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’}
   34 | DEFINE_TYPE (TestModule, test_module,
      | ^~~~~~~~~~~

tests/gobject/defaultiface.c: In function ‘test_static_iface_get_type’:
tests/gobject/defaultiface.c:58:1: error: missing initializer for field ‘class_finalize’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’}
   58 | DEFINE_IFACE (TestStaticIface, test_static_iface,
      | ^~~~~~~~~~~~
2021-04-29 12:40:05 +02:00
..
.gitignore .gitignore: add "signals" 2013-09-28 10:39:01 -04:00
accumulator.c tests/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:35 +02:00
defaultiface.c tests/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:35 +02:00
deftype.c tests/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:35 +02:00
dynamictype.c tests/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:35 +02:00
gvalue-test.c tests/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:35 +02:00
meson.build tests: Remove redundant --tap options 2019-05-14 12:42:51 +01:00
override.c tests/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:35 +02:00
paramspec-test.c gobject: Reimplement g_param_values_cmp() for GParamSpecVariant 2018-05-04 18:17:59 +01:00
performance-threaded.c tests: Drop unnecessary volatile qualifiers from tests 2020-11-20 14:40:19 +00:00
performance.c tests: Drop unnecessary volatile qualifiers from tests 2020-11-20 14:40:19 +00:00
references.c tests/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:35 +02:00
signals.c tests/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:35 +02:00
singleton.c gobject: fix typecasts via g_object_ref 2017-12-04 11:42:58 +00:00
testcommon.h Fix multiple missing initializer warnings in tests/gobject/testcommon.h 2021-04-29 12:40:05 +02:00
testgobject.c Fix several missing initializer in tests/gobject/testgobject.c 2021-04-29 12:40:05 +02:00
testmarshal.list Add g_value_take_variant 2010-06-19 19:07:36 +02:00
testmodule.c Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
testmodule.h tests/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:35 +02:00
timeloop-closure.c Consistently save errno immediately after the operation setting it 2017-08-03 10:21:13 +01:00