commit | 5c6ae0efca8d7aeac02f8734825067cd9475a264 | [log] [tgz] |
---|---|---|
author | Nathan Chancellor <nathan@kernel.org> | Mon Aug 16 13:20:55 2021 -0700 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Fri Sep 03 08:17:20 2021 +0900 |
tree | 4b7c70db950601ddb3a0f19adb72bdd1680de4f2 | |
parent | a312b60d6c4f09cebb727ffab68754fbf39dc1f1 [diff] |
kbuild: Add a comment above -Wno-gnu Whenever a warning is disabled, it is helpful for future travelers to understand why the warning is disabled and why it is acceptable to do so. Add a comment for -Wno-gnu so that people understand why it is disabled. Signed-off-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>