[PATCH 1/3] drm/omap: remove -Werror from Makefile

2016-03-06 Thread Laurent Pinchart
Hi Tomi, On Thursday 03 March 2016 20:54:27 Tomi Valkeinen wrote: > On 03/03/16 20:44, Laurent Pinchart wrote: > > 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, shoul

[PATCH 1/3] drm/omap: remove -Werror from Makefile

2016-03-03 Thread Tomi Valkeinen
On 03/03/16 20:44, Laurent Pinchart wrote: > 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 ?

[PATCH 1/3] drm/omap: remove -Werror from Makefile

2016-03-03 Thread Laurent Pinchart
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 > --- > drivers/gpu/

[PATCH 1/3] drm/omap: remove -Werror from Makefile

2016-03-03 Thread Tomi Valkeinen
Having -Werror in the omapdrm Makefile makes development and debugging a PITA. Let's remove it. Signed-off-by: Tomi Valkeinen --- 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/Makefi