On 2014-08-01 06:08, beh...@converseincode.com wrote:
> From: Behan Webster <beh...@converseincode.com>
> 
> clang has more warnings enabled by default. Turn them off unless W is set.
> This patch fixes a logic bug where warnings in clang were disabled when W was 
> set.
> 
> Signed-off-by: Behan Webster <beh...@converseincode.com>
> Signed-off-by: Jan-Simon Möller <dl...@gmx.de>
> Signed-off-by: Mark Charlebois <charl...@gmail.com>
> Cc: mma...@suse.cz
> Cc: b...@alien8.de
> ---
>  Makefile                   |  1 +
>  scripts/Makefile.extrawarn | 22 ++++++++++++----------
>  2 files changed, 13 insertions(+), 10 deletions(-)

OK, this looks better, I applied the patch to kbuild.git#kbuild.


> +KBUILD_CFLAGS += $(call cc-disable-warning, unknown-warning-option)

Do we have -W... options in the Makefiles that clang does not understand
and that are added unconditionally?

Thanks,
Michal

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to