On 2015-03-27 18:51, Jonathan Toppins wrote: > Add a Kconfig option to force cc warnings to errors. For new > development it is recommended this setting be enabled as warnings > in the code will be quite obvious. I don't want to add such kconfig option, because it will break all{mod,yes}config for little gain. And there are warnings like the preprocessor #warning or the use of a function marked as __deprecated -- these a basically TODOs and there is no point in failing the build. Test builds can be done with KCFLAGS=-Werror or you can grep build logs. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html