]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: do not hide clang warnings during build with W=1
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 31 Oct 2014 02:00:34 +0000 (11:00 +0900)
committerTom Rini <trini@ti.com>
Tue, 4 Nov 2014 20:01:56 +0000 (15:01 -0500)
commit15cfa32a22a93112bd1bacea6f2ce6d01f91ff9c
treee48c8ad013b87bb081a6d366c72e773ddfe72411
parent7f7563cec11388451cd81c99abfa86836b1bdd75
kbuild: do not hide clang warnings during build with W=1

These lines originate in Linux;  it looks like Linux folks chose to
hide bunch of warnings reported by clang rather than fixing C code.

In U-boot, warnings are being fixed thanks to Jeroen's great efforts.
Let's stop suppressing clang warnings.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Jeroen Hofstee <jeroen@myspectrum.nl>
scripts/Makefile.extrawarn