diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-08-15 15:53:26 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-09-04 21:39:06 +0100 |
commit | 6894f2340b9c7c0a695ecb92d547766226c9fdde (patch) | |
tree | 8d4d803f9d44e5908a1407ecd6f48952785fdbd3 /amdgpu | |
parent | 598294dde8e86c894fbaa3ac97e15f346d76e323 (diff) |
amdgpu: remove unneeded -Wno-switch-enum flag
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'amdgpu')
-rw-r--r-- | amdgpu/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |