projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d63162c
)
meson: split compiler warnings one per line
author
Eric Engestrom
<eric.engestrom@intel.com>
Mon, 23 Sep 2019 16:20:32 +0000
(17:20 +0100)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 5509a67fdebf29774a5319dd20e139e9c14b48cb..e1a1bb819fa85329059814c71e34887fe5310a5e 100644
(file)
--- 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',