From f30664a1e3cecbea4ab242727d0cb5fd71a97bf4 Mon Sep 17 00:00:00 2001 From: schowdary Date: Tue, 24 Jul 2012 17:34:46 +0530 Subject: char: agp: treat compile warning as error -enable warnings as errors compilation flag bug 949219 Change-Id: I47e2df835985f341ebccdad95f53b4e6f7763e39 Signed-off-by: schowdary Reviewed-on: http://git-master/r/118017 Reviewed-by: Bharat Nihalani Reviewed-by: Automatic_Commit_Validation_User --- drivers/char/agp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/char/agp/Makefile b/drivers/char/agp/Makefile index 8eb56e273e75..2d3b713695c5 100644 --- a/drivers/char/agp/Makefile +++ b/drivers/char/agp/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_AGP_PARISC) += parisc-agp.o obj-$(CONFIG_AGP_I460) += i460-agp.o obj-$(CONFIG_AGP_INTEL) += intel-agp.o obj-$(CONFIG_AGP_INTEL) += intel-gtt.o +CFLAGS_nvidia-agp.o = -Werror obj-$(CONFIG_AGP_NVIDIA) += nvidia-agp.o obj-$(CONFIG_AGP_SGI_TIOCA) += sgi-agp.o obj-$(CONFIG_AGP_SIS) += sis-agp.o -- cgit v1.2.3