meson: split compiler warnings one per line
authorEric Engestrom <eric.engestrom@intel.com>
Mon, 23 Sep 2019 16:20:32 +0000 (17:20 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Mon, 23 Sep 2019 16:56:22 +0000 (17:56 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
meson.build

index 5509a67fdebf29774a5319dd20e139e9c14b48cb..e1a1bb819fa85329059814c71e34887fe5310a5e 100644 (file)
@@ -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',