Re: [PATCH v3] kbuild, LLVMLinux: Supress warnings unless W=1-3

2014-08-05 Thread Michal Marek
On 2014-08-01 06:08, beh...@converseincode.com wrote: > From: Behan Webster > > 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 > Signed-off-by:

Re: [PATCH v3] kbuild, LLVMLinux: Supress warnings unless W=1-3

2014-08-05 Thread Michal Marek
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

[PATCH v3] kbuild, LLVMLinux: Supress warnings unless W=1-3

2014-07-31 Thread behanw
From: Behan Webster 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 Signed-off-by: Jan-Simon Möller Signed-off-by: Mark Charlebois Cc: mma...@suse.cz

[PATCH v3] kbuild, LLVMLinux: Supress warnings unless W=1-3

2014-07-31 Thread behanw
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