]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
[media] atomisp: disable several warnings when W=1
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 19 May 2017 10:34:04 +0000 (07:34 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 19 May 2017 11:57:05 +0000 (08:57 -0300)
The atomisp currently produce hundreds of warnings when W=1.

It is a known fact that this driver is currently in bad
shape, and there are lot of things to be done here.

We don't want to be bothered by those "minor" stuff for now,
while the driver doesn't receive a major cleanup. So,
disable those warnings.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/atomisp/i2c/Makefile
drivers/staging/media/atomisp/i2c/imx/Makefile
drivers/staging/media/atomisp/i2c/ov5693/Makefile
drivers/staging/media/atomisp/pci/atomisp2/Makefile

index 466517c7c8e618112dcdea3716631be9f277d400..a1afca6ec31fc7b791e447f74e970a32a9256e9a 100644 (file)
@@ -19,3 +19,7 @@ obj-$(CONFIG_VIDEO_AP1302)     += ap1302.o
 
 obj-$(CONFIG_VIDEO_LM3554) += lm3554.o
 
+# HACK! While this driver is in bad shape, don't enable several warnings
+#       that would be otherwise enabled with W=1
+ccflags-y += -Wno-unused-but-set-variable -Wno-missing-prototypes \
+            -Wno-unused-const-variable -Wno-missing-declarations
index 6b13a3a66e49e3ee064887fa324685ddf05d1a0c..0eceb7374bec94a9d983bff53fe2a4f57f1104e6 100644 (file)
@@ -4,3 +4,8 @@ imx1x5-objs := imx.o drv201.o ad5816g.o dw9714.o dw9719.o dw9718.o vcm.o otp.o o
 
 ov8858_driver-objs := ../ov8858.o dw9718.o vcm.o
 obj-$(CONFIG_VIDEO_OV8858)     += ov8858_driver.o
+
+# HACK! While this driver is in bad shape, don't enable several warnings
+#       that would be otherwise enabled with W=1
+ccflags-y += -Wno-unused-but-set-variable -Wno-missing-prototypes \
+             -Wno-unused-const-variable -Wno-missing-declarations
index c9c0e1245858470147768987c12de5727e68ad22..fd2ef2e3c31eefaf0df25c36b26de13f2e670691 100644 (file)
@@ -1 +1,6 @@
 obj-$(CONFIG_VIDEO_OV5693) += ov5693.o
+
+# HACK! While this driver is in bad shape, don't enable several warnings
+#       that would be otherwise enabled with W=1
+ccflags-y += -Wno-unused-but-set-variable -Wno-missing-prototypes \
+             -Wno-unused-const-variable -Wno-missing-declarations
index f126a89a08e93ff6511b603960285bfbe3a3c4f7..68a9ab1c3b61ed1a3c6acd6c753575f7f62d98ae 100644 (file)
@@ -353,3 +353,9 @@ DEFINES += -DSYSTEM_hive_isp_css_2400_system -DISP2400
 
 ccflags-y += $(INCLUDES) $(DEFINES) -fno-common
 
+# HACK! While this driver is in bad shape, don't enable several warnings
+#       that would be otherwise enabled with W=1
+ccflags-y += -Wno-unused-const-variable -Wno-missing-prototypes \
+            -Wno-unused-but-set-variable -Wno-missing-declarations \
+            -Wno-suggest-attribute=format -Wno-missing-prototypes \
+            -Wno-implicit-fallthrough