mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +01:00
Merge branch 'wunused' into 'master'
build: Add -Wunused to the set of standard warnings See merge request GNOME/glib!9
This commit is contained in:
commit
d981b997ca
@ -328,6 +328,7 @@ if cc.get_id() == 'gcc' or cc.get_id() == 'clang'
|
|||||||
'-Wall',
|
'-Wall',
|
||||||
'-Wduplicated-branches',
|
'-Wduplicated-branches',
|
||||||
'-Wstrict-prototypes',
|
'-Wstrict-prototypes',
|
||||||
|
'-Wunused',
|
||||||
'-Werror=declaration-after-statement',
|
'-Werror=declaration-after-statement',
|
||||||
'-Werror=format=2',
|
'-Werror=format=2',
|
||||||
'-Werror=format-security',
|
'-Werror=format-security',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user