Mesa (master): meson: split compiler warnings one per line

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 23 16:57:10 UTC 2019


Module: Mesa
Branch: master
Commit: c29c410182813d93c3935aa783f33f7fa9b17f9d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c29c410182813d93c3935aa783f33f7fa9b17f9d

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Mon Sep 23 17:20:32 2019 +0100

meson: split compiler warnings one per line

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

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




More information about the mesa-commit mailing list