projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d2e2d
)
compiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
author
Matt Turner
<mattst88@gmail.com>
Mon, 28 Aug 2017 20:52:12 +0000
(13:52 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Tue, 29 Aug 2017 22:20:57 +0000
(15:20 -0700)
nir_intrinsics.h does this a lot, causing lots of warnings from clang.
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/compiler/Makefile.am
patch
|
blob
|
history
diff --git
a/src/compiler/Makefile.am
b/src/compiler/Makefile.am
index 001ff81aeb05b7db56bb7cfe14e03eb0e2268db0..45b9cc58543eded44a78439c94372db362924a6d 100644
(file)
--- a/
src/compiler/Makefile.am
+++ b/
src/compiler/Makefile.am
@@
-42,6
+42,7
@@
AM_CPPFLAGS = \
AM_CFLAGS = \
$(VISIBILITY_CFLAGS) \
+ $(WNO_OVERRIDE_INIT) \
$(MSVC2013_COMPAT_CFLAGS)
AM_CXXFLAGS = \