commit | 15cfa32a22a93112bd1bacea6f2ce6d01f91ff9c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Oct 31 11:00:34 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Nov 04 15:01:56 2014 -0500 |
tree | e48c8ad013b87bb081a6d366c72e773ddfe72411 | |
parent | 7f7563cec11388451cd81c99abfa86836b1bdd75 [diff] |
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>