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:
Dor Askayo 2022-02-19 17:29:19 +02:00 committed by Marge Bot
parent 2a5506170a
commit 1ae8f000c1

View File

@ -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',