Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1596563 > unrolled thread

[RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks

Started bySeung-Woo Kim <sw0312.kim@samsung.com>
First post2017-03-10 03:10 +0100
Last post2017-03-11 06:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks Seung-Woo Kim <sw0312.kim@samsung.com> - 2017-03-10 03:10 +0100
    Re: [RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-03-11 06:50 +0100

#1596563 — [RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks

FromSeung-Woo Kim <sw0312.kim@samsung.com>
Date2017-03-10 03:10 +0100
Subject[RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks
Message-ID<tjiae-5kk-11@gated-at.bofh.it>
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 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

[toc] | [next] | [standalone]


#1598264

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-03-11 06:50 +0100
Message-ID<tjI4F-6z3-7@gated-at.bofh.it>
In reply to#1596563
2017-03-10 11:01 GMT+09:00 Seung-Woo Kim <sw0312.kim@samsung.com>:
> 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 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



Applied to linux-kbuild/kbuild.


Thanks!




-- 
Best Regards
Masahiro Yamada

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web