commit | 2371d1bcbf397dcbe38f7f51de6247cfef09d74e | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Jan 26 16:31:05 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Feb 04 22:55:34 2018 -0500 |
tree | 9a9b0fb66790a6b6bddfacf838e987a325de559c | |
parent | 215bb1c14749591d2ac486682fad68fffc1c6bdb [diff] |
buildman: add option -E for treating compiler warnings as errors Add a new option '-E' for treating all compiler warnings as errors. Eventually this will pass 'KCFLAGS=-Werror' to Kbuild. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>