diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-11-24 18:43:17 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-12-08 17:30:05 +0300 |
commit | c93e4aeed1be5b99715a9127f5b38d6b4ab9e5d7 (patch) | |
tree | d3290241fcea25e71e72b5f746774117e183d6d1 /Documentation/kbuild/makefiles.rst | |
parent | c25ce589dca10d64dde139ae093abc258a32869c (diff) | |
download | linux-c93e4aeed1be5b99715a9127f5b38d6b4ab9e5d7.tar.xz |
Makefile.extrawarn: remove -Wnested-externs warning
The -Wnested-externs warning has become useless with gcc, since
this warns every time that BUILD_BUG_ON() or similar macros
are used.
With clang, the warning option does nothing to start with, so
just remove it entirely.
Suggested-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/kbuild/makefiles.rst')
0 files changed, 0 insertions, 0 deletions