[PATCH libdrm 06/17] amdgpu: remove unneeded -Wno-switch-enum flag
Alex Deucher
alexdeucher at gmail.com
Mon Aug 24 10:08:47 PDT 2015
On Mon, Aug 24, 2015 at 12:34 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher at 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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
More information about the dri-devel
mailing list