diff mbox

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

Message ID 1440434060-31347-6-git-send-email-emil.l.velikov@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Emil Velikov Aug. 24, 2015, 4:34 p.m. UTC
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 amdgpu/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Deucher Aug. 24, 2015, 5:08 p.m. UTC | #1
On Mon, Aug 24, 2015 at 12:34 PM, Emil Velikov <emil.l.velikov@gmail.com> wrote:
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>

Reviewed-by: Alex Deucher <alexander.deucher@amd.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
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
diff mbox

Patch

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