[PATCH libdrm 06/17] amdgpu: remove unneeded -Wno-switch-enum flag

Emil Velikov emil.l.velikov at gmail.com
Mon Aug 24 09:34:09 PDT 2015


Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 amdgpu/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/amdgpu/Makefile.am b/amdgpu/Makefile.am
index 37f7198..cf7bc1b 100644
--- a/amdgpu/Makefile.am
+++ b/amdgpu/Makefile.am
@@ -25,7 +25,7 @@
 include Makefile.sources
 
 AM_CFLAGS = \
-	$(WARN_CFLAGS) -Wno-switch-enum \
+	$(WARN_CFLAGS) \
 	-I$(top_srcdir) \
 	$(PTHREADSTUBS_CFLAGS) \
 	-I$(top_srcdir)/include/drm
-- 
2.5.0



More information about the dri-devel mailing list