commit | 88d4c457e3caf5be8a076276ac613788ef1e455b | [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 | c02a3273cc90f5e15293b10e0e87c8f8eec342bd [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>