Remove -Wall from CFLAGS

Meson has its own mechanisms for configuring warning levels.
This commit is contained in:
Decaf Code
2019-10-18 19:05:06 -04:00
parent 16e187651e
commit 51e674b75a
-1
View File
@@ -8,7 +8,6 @@ add_project_arguments(
if meson.get_compiler('c').get_argument_syntax() != 'msvc'
add_project_arguments(
'-Wall',
'-ffunction-sections',
'-fdata-sections',
language: 'c',