st/xa: automake: remove duplicate -Wall

Already handled by configure.ac

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov
2017-01-26 13:18:43 +00:00
committed by Emil Velikov
parent 6a5850b04a
commit c4862fa382

View File

@@ -24,7 +24,7 @@ include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
-Wall -pedantic \
-pedantic \
$(GALLIUM_CFLAGS) \
$(VISIBILITY_CFLAGS)