Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1567140
| From | Seung-Woo Kim <sw0312.kim@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Kbuild: fix file name in comment about extra gcc checks |
| Date | 2017-01-26 08:30 +0100 |
| Message-ID | <t3MFj-4sB-1@gated-at.bofh.it> (permalink) |
| References | <t3MFj-4sB-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Extra gcc checks like W=1 were moved to scripts/Makefile.exrawarn, so the file name in comment needs to be fixed. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 0988400..dbaada3 100644 --- a/Makefile +++ b/Makefile @@ -705,7 +705,7 @@ KBUILD_CFLAGS += $(call cc-option, -fcatch-undefined-behavior) else # These warnings generated too much noise in a regular build. -# Use make W=1 to enable them (see scripts/Makefile.build) +# Use make W=1 to enable them (see scripts/Makefile.extrawarn) KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) endif -- 1.7.4.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] Kbuild: fix file name in comment about extra gcc checks Seung-Woo Kim <sw0312.kim@samsung.com> - 2017-01-26 08:30 +0100
csiph-web