[Mesa-dev] [PATCH 8/8] st/xa: automake: remove duplicate -Wall
Emil Velikov
emil.l.velikov at gmail.com
Thu Jan 26 13:18:43 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
Already handled by configure.ac
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
src/gallium/state_trackers/xa/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/state_trackers/xa/Makefile.am b/src/gallium/state_trackers/xa/Makefile.am
index 968778f995..21c7c000ea 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)
--
2.11.0
More information about the mesa-dev
mailing list