lima/gpir: Fix compiler warning
[mesa.git] / 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',