mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
build: Warn about ignored qualifiers
https://bugzilla.gnome.org/show_bug.cgi?id=789351
This commit is contained in:
parent
dd4c800542
commit
3a8f2ae64f
@ -236,6 +236,7 @@ elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
|
||||
'-Wlogical-op',
|
||||
'-Wswitch-default',
|
||||
'-Wswitch-enum',
|
||||
'-Wignored-qualifiers',
|
||||
'-Werror=redundant-decls',
|
||||
'-Werror=implicit',
|
||||
'-Werror=nonnull',
|
||||
|
Loading…
Reference in New Issue
Block a user