commit | 47e2021b46e3d9cf08f2575e3edb03b712766e57 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 28 20:25:06 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 29 21:02:32 2015 -0600 |
tree | 6c2353bcb15142f515306b10aa3f627d9d6e55ed | |
parent | cce93d16b2a304fdfed6e245ad5b4c2e5c2c8759 [diff] |
x86: Disable -Werror This is annoying during development and serves no useful purpose since warnings are clearly displayed now that we are using Kbuild. Remove this option. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>