From 6894f2340b9c7c0a695ecb92d547766226c9fdde Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 15 Aug 2015 15:53:26 +0100 Subject: amdgpu: remove unneeded -Wno-switch-enum flag Signed-off-by: Emil Velikov Reviewed-by: Alex Deucher --- amdgpu/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amdgpu') diff --git a/amdgpu/Makefile.am b/amdgpu/Makefile.am index 37f71983..cf7bc1ba 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 -- cgit v1.2.3