mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 11:59:12 +00:00
meson: Enable -Wall by default
Some redundant flags which implied by other flags were removed. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2301>
This commit is contained in:
parent
2a5506170a
commit
1ae8f000c1
@ -378,12 +378,10 @@ buildtype = get_option('buildtype')
|
|||||||
if buildtype != 'plain'
|
if buildtype != 'plain'
|
||||||
all_warnings = [
|
all_warnings = [
|
||||||
'-fno-strict-aliasing',
|
'-fno-strict-aliasing',
|
||||||
|
'-Wall',
|
||||||
'-Wpointer-arith',
|
'-Wpointer-arith',
|
||||||
'-Wmissing-declarations',
|
'-Wmissing-declarations',
|
||||||
'-Wimplicit-function-declaration',
|
|
||||||
'-Wformat=2',
|
'-Wformat=2',
|
||||||
'-Wformat-nonliteral',
|
|
||||||
'-Wformat-security',
|
|
||||||
'-Wstrict-prototypes',
|
'-Wstrict-prototypes',
|
||||||
'-Wmissing-prototypes',
|
'-Wmissing-prototypes',
|
||||||
'-Wnested-externs',
|
'-Wnested-externs',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user