[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1489111260-5458-1-git-send-email-sw0312.kim@samsung.com>
Date: Fri, 10 Mar 2017 11:01:00 +0900
From: Seung-Woo Kim <sw0312.kim@...sung.com>
To: mmarek@...e.com, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org
Cc: sw0312.kim@...sung.com
Subject: [RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks
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@...sung.com>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 165cf97..faa9d26 100644
--- a/Makefile
+++ b/Makefile
@@ -707,7 +707,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
Powered by blists - more mailing lists