mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Merge branch '2812-missing-field-initializers' into 'main'
build: Explicitly enable -Wmissing-field-initializers Closes #2812 See merge request GNOME/glib!3074
This commit is contained in:
commit
054b96fd09
@ -477,6 +477,7 @@ if cc.get_id() == 'gcc' or cc.get_id() == 'clang'
|
|||||||
'-Wduplicated-branches',
|
'-Wduplicated-branches',
|
||||||
'-Wimplicit-fallthrough',
|
'-Wimplicit-fallthrough',
|
||||||
'-Wmisleading-indentation',
|
'-Wmisleading-indentation',
|
||||||
|
'-Wmissing-field-initializers',
|
||||||
'-Wnonnull',
|
'-Wnonnull',
|
||||||
'-Wunused',
|
'-Wunused',
|
||||||
# Due to maintained deprecated code, we do not want to see unused parameters
|
# Due to maintained deprecated code, we do not want to see unused parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user