Re: [PATCH] Add -Werror build option

2013-01-29 Thread Borislav Petkov
On Tue, Jan 29, 2013 at 10:51:18AM -0800, Simon Que wrote: > Add a config option "ERROR_ON_WARNING" that adds the "-Werror" flag to > gcc, which turns warnings into errors. > > This option enables developers to set a stricter level of code checking > for kernel code: all code must be warning-free.

[PATCH] Add -Werror build option

2013-01-29 Thread Simon Que
Add a config option "ERROR_ON_WARNING" that adds the "-Werror" flag to gcc, which turns warnings into errors. This option enables developers to set a stricter level of code checking for kernel code: all code must be warning-free. Signed-off-by: Simon Que Signed-off-by: Mandeep Singh Baines ---