From c4862fa382ff88bd9568be2dba14052c8e51a07f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 26 Jan 2017 13:18:43 +0000 Subject: [PATCH] st/xa: automake: remove duplicate -Wall Already handled by configure.ac Signed-off-by: Emil Velikov --- 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 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) -- 2.30.2