Skip to content
Snippets Groups Projects
Commit 6894f234 authored by Emil Velikov's avatar Emil Velikov
Browse files

amdgpu: remove unneeded -Wno-switch-enum flag


Signed-off-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 598294dd
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment