meson.build: turn on -Wall

Doesn't seem to add any warnings right now. -Wextra does, though, and
there's a ton of them. Need to run through those and see if there's
anything we care about.

Signed-off-by: Steven Noonan <steven@valvesoftware.com>
This commit is contained in:
Steven Noonan
2018-04-02 13:29:48 -07:00
parent 7c02270aab
commit 77542b8213
+1 -1
View File
@@ -30,7 +30,7 @@ flags_common = [
]
warn_flags_common = [
#'-Wall',
'-Wall',
#'-Wextra',
#'-pedantic',
'-Wno-unknown-pragmas',