Module: Mesa Branch: master Commit: c29c410182813d93c3935aa783f33f7fa9b17f9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c29c410182813d93c3935aa783f33f7fa9b17f9d
Author: Eric Engestrom <[email protected]> Date: Mon Sep 23 17:20:32 2019 +0100 meson: split compiler warnings one per line Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Ian Romanick <[email protected]> --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
