aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-01-26 13:18:43 +0000
committerEmil Velikov <[email protected]>2017-01-27 17:56:57 +0000
commitc4862fa382ff88bd9568be2dba14052c8e51a07f (patch)
treedb3d6ca90b82af1de238fee4a21fc7638674e23c /src/gallium/state_trackers
parent6a5850b04a86c2287112047c6cad500136d18df5 (diff)
st/xa: automake: remove duplicate -Wall
Already handled by configure.ac Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r--src/gallium/state_trackers/xa/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xa/Makefile.am b/src/gallium/state_trackers/xa/Makefile.am
index 968778f995c..21c7c000ea3 100644
--- a/src/gallium/state_trackers/xa/Makefile.am
+++ b/src/gallium/state_trackers/xa/Makefile.am
@@ -24,7 +24,7 @@ include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
- -Wall -pedantic \
+ -pedantic \
$(GALLIUM_CFLAGS) \
$(VISIBILITY_CFLAGS)