]> git.ipfire.org Git - people/ms/u-boot.git/commit
buildman: add option -E for treating compiler warnings as errors
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 26 Jan 2018 15:31:05 +0000 (16:31 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 5 Feb 2018 03:55:34 +0000 (22:55 -0500)
commit2371d1bcbf397dcbe38f7f51de6247cfef09d74e
tree9a9b0fb66790a6b6bddfacf838e987a325de559c
parent215bb1c14749591d2ac486682fad68fffc1c6bdb
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>
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/cmdline.py
tools/buildman/control.py