commit | 8289f913fe12644a9358c12df3da5bd4e7767df0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu May 09 15:45:49 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat May 18 11:49:52 2019 +0900 |
tree | 270c9c64d47aa22fe25eebe63000bb956ba29899 | |
parent | 33ff99fb0915a2225897d0bf072ec271e81ad8e0 [diff] |
kbuild: add -Wvla 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: Sedat Dilek <sedat.dilek@gmail.com> Reviewed-by: Nathan Chancellor <natechancellor@gmail.com> Acked-by: Kees Cook <keescook@chromium.org> Tested-by: Nick Desaulniers <ndesaulniers@google.com>