mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 20:20:21 +01:00
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>
This commit is contained in:
parent
598294dde8
commit
6894f2340b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue