]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docker: Add "--enable-werror" to configure command line
authorFam Zheng <famz@redhat.com>
Mon, 25 Jul 2016 13:31:50 +0000 (21:31 +0800)
committerFam Zheng <famz@redhat.com>
Fri, 5 Aug 2016 08:34:55 +0000 (16:34 +0800)
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

tests/docker/common.rc

index 77069e12856a21fe8d0b67108368ae01e6f549f4..0c6d8d5ecea61229aa40c9d431ec8300aade96d5 100755 (executable)
@@ -24,6 +24,7 @@ requires()
 build_qemu()
 {
     $QEMU_SRC/configure \
+        --enable-werror \
         ${TARGET_LIST:+"--target-list=${TARGET_LIST}"} \
         --prefix="$PWD/install" \
         $EXTRA_CONFIGURE_OPTS \