diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-18 05:40:18 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-06-04 15:23:32 -0300 |
commit | f224c5768c78cb42f582636c4720a4d81d452778 (patch) | |
tree | 1afff8746536e9ac74ad9ee9b8b7b76fef78dec2 /arch/arm/mach-artpec | |
parent | 5ed02dbb497422bf225783f46e6eadd237d23d6b (diff) | |
download | linux-f224c5768c78cb42f582636c4720a4d81d452778.tar.gz linux-f224c5768c78cb42f582636c4720a4d81d452778.tar.bz2 linux-f224c5768c78cb42f582636c4720a4d81d452778.zip |
[media] atomisp: don't treat warnings as errors
Several atomisp files use:
ccflags-y += -Werror
As, on media, our usual procedure is to use W=1, and atomisp
has *a lot* of warnings with such flag enabled,like:
./drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/system_local.h:62:26: warning: 'DDR_BASE' defined but not used [-Wunused-const-variable=]
At the end, it causes our build to fail, impacting our workflow.
So, remove this crap. If one wants to force -Werror, he
can still build with it enabled by passing a parameter to
make.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'arch/arm/mach-artpec')
0 files changed, 0 insertions, 0 deletions