Skip to content

Commit

Permalink
Kbuild: fix file name in comment about extra gcc checks
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
devusr-sw-kim authored and masahir0y committed Mar 11, 2017
1 parent ef44bca commit 35288e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35288e3

Please sign in to comment.