diff options
author | Fam Zheng <famz@redhat.com> | 2016-07-25 21:31:50 +0800 |
---|---|---|
committer | Fam Zheng <famz@redhat.com> | 2016-08-05 16:34:55 +0800 |
commit | 4a93f78ed086d6f0bceb3f0b281009e6026935b7 (patch) | |
tree | d83c23af32dfb67d53454febb942b77d031690a1 /tests | |
parent | 95d203cd1e3aaa8bbc1b3bd45de65f7b655fd46a (diff) | |
download | qemu-4a93f78ed086d6f0bceb3f0b281009e6026935b7.zip |
docker: Add "--enable-werror" to configure command line
We don't have .git in the docker checkout, add this to enable -Werror
explicitly.
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 1469453510-658-1-git-send-email-famz@redhat.com
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/docker/common.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/common.rc b/tests/docker/common.rc index 77069e1285..0c6d8d5ece 100755 --- a/tests/docker/common.rc +++ b/tests/docker/common.rc @@ -24,6 +24,7 @@ requires() build_qemu() { $QEMU_SRC/configure \ + --enable-werror \ ${TARGET_LIST:+"--target-list=${TARGET_LIST}"} \ --prefix="$PWD/install" \ $EXTRA_CONFIGURE_OPTS \ |