From: Eric Engestrom Date: Mon, 23 Sep 2019 16:20:32 +0000 (+0100) Subject: meson: split compiler warnings one per line X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c29c410182813d93c3935aa783f33f7fa9b17f9d;p=mesa.git meson: split compiler warnings one per line Signed-off-by: Eric Engestrom Reviewed-by: Ian Romanick --- diff --git a/meson.build b/meson.build index 5509a67fdeb..e1a1bb819fa 100644 --- a/meson.build +++ b/meson.build @@ -888,7 +888,8 @@ endif # Check for generic C arguments c_args = [] foreach a : ['-Werror=implicit-function-declaration', - '-Werror=missing-prototypes', '-Werror=return-type', + '-Werror=missing-prototypes', + '-Werror=return-type', '-Werror=incompatible-pointer-types', '-Werror=format', '-Wformat-security',