This knowledge shouldn't be lost when we delete the Autotools build
system.
Signed-off-by: Simon McVittie <smcv@collabora.com>
]
else
compile_warnings += [
+ # These warnings are intentionally disabled:
+ # - missing field initializers being implicitly 0 is a feature,
+ # not a bug
+ # - -Wunused-parameter is annoying when writing callbacks that follow
+ # a fixed signature but do not necessarily need all of its parameters
'-Wno-missing-field-initializers',
'-Wno-unused-parameter',
+
'-Wchar-subscripts',
'-Wfloat-equal',
]