mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 12:12:25 +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'
|
||||
all_warnings = [
|
||||
'-fno-strict-aliasing',
|
||||
'-Wall',
|
||||
'-Wpointer-arith',
|
||||
'-Wmissing-declarations',
|
||||
'-Wimplicit-function-declaration',
|
||||
'-Wformat=2',
|
||||
'-Wformat-nonliteral',
|
||||
'-Wformat-security',
|
||||
'-Wstrict-prototypes',
|
||||
'-Wmissing-prototypes',
|
||||
'-Wnested-externs',
|
||||
|
Loading…
Reference in New Issue
Block a user