From: Emil Velikov Date: Thu, 26 Jan 2017 13:18:43 +0000 (+0000) Subject: st/xa: automake: remove duplicate -Wall X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4862fa382ff88bd9568be2dba14052c8e51a07f;p=mesa.git st/xa: automake: remove duplicate -Wall Already handled by configure.ac Signed-off-by: Emil Velikov --- 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)