diff options
author | schowdary <schowdary@nvidia.com> | 2012-07-24 17:34:46 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 12:14:30 -0700 |
commit | b0140e97955320d6b6dae98c2a1809709e867d55 (patch) | |
tree | 75cfe7f1db044bbf702c79b9a362821905bbc2d5 /drivers/char | |
parent | 808bdf67252c370e7a930a9449ad41662c0b276c (diff) |
char: agp: treat compile warning as error
-enable warnings as errors compilation flag
bug 949219
Change-Id: I47e2df835985f341ebccdad95f53b4e6f7763e39
Signed-off-by: schowdary <schowdary@nvidia.com>
Reviewed-on: http://git-master/r/118017
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Rebase-Id: R6cebd3290fcdf2201acd6a232cc884b417bc4cfb
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/agp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |