kbuild: add -Werror=implicit-int flag unconditionally
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Dec 2018 08:05:39 +0000 (17:05 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 16 Dec 2018 15:33:45 +0000 (00:33 +0900)
commit61a0902a06d602377cb6526deacfe4f0a7eade73
tree7fa7025cefe96fb87888d60d3d9d09e8e2214deb
parenteeb5687a7139649e1724674441580b778f5ff7ab
kbuild: add -Werror=implicit-int flag unconditionally

This flag is documented in the GCC 4.6 manual, and recognized by
Clang as well. Let's rip off the cc-option switch.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Makefile