linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Kbuild: fix file name in comment about extra gcc checks
       [not found] <CGME20170126072407epcas5p2cd2014507bab754c1a225b89686c5134@epcas5p2.samsung.com>
@ 2017-01-26  7:24 ` Seung-Woo Kim
  0 siblings, 0 replies; only message in thread
From: Seung-Woo Kim @ 2017-01-26  7:24 UTC (permalink / raw)
  To: mmarek, linux-kbuild, linux-kernel; +Cc: sw0312.kim

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-26  7:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170126072407epcas5p2cd2014507bab754c1a225b89686c5134@epcas5p2.samsung.com>
2017-01-26  7:24 ` [PATCH] Kbuild: fix file name in comment about extra gcc checks Seung-Woo Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).