[PATCH 1/3] drm/omap: remove -Werror from Makefile
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Thu Mar 3 18:44:54 UTC 2016
Hi Tomi,
Thank you for the patch.
On Thursday 03 March 2016 16:01:16 Tomi Valkeinen wrote:
> Having -Werror in the omapdrm Makefile makes development and debugging a
> PITA. Let's remove it.
Well, shouldn't we target having no warning ? :-)
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen at ti.com>
> ---
> drivers/gpu/drm/omapdrm/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/omapdrm/Makefile
> b/drivers/gpu/drm/omapdrm/Makefile index fe4c2228bc18..48b7b750c05c 100644
> --- a/drivers/gpu/drm/omapdrm/Makefile
> +++ b/drivers/gpu/drm/omapdrm/Makefile
> @@ -6,7 +6,7 @@
> obj-y += dss/
> obj-y += displays/
>
> -ccflags-y := -Iinclude/drm -Werror
> +ccflags-y := -Iinclude/drm
> omapdrm-y := omap_drv.o \
> omap_irq.o \
> omap_debugfs.o \
--
Regards,
Laurent Pinchart
More information about the dri-devel
mailing list