commit | a3bc88645e9293f5aaac9c05a185d9f1c0594c6c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu May 09 09:58:01 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat May 18 11:29:01 2019 +0900 |
tree | b68163088c829a550536106684992fa8b4687e1b | |
parent | 593e0fd97ef11eacc5055c83ebb652602dba0a77 [diff] |
kbuild: re-enable int-in-bool-context warning This warning was disabled by commit bd664f6b3e37 ("disable new gcc-7.1.1 warnings for now") just because it was too noisy. Thanks to Arnd Bergmann, all warnings have been fixed. Now, we are ready to re-enable it. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Arnd Bergmann <arnd@arndb.de>