Commit 4a93f78e authored by Fam Zheng's avatar Fam Zheng
Browse files

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: default avatarFam Zheng <famz@redhat.com>
Message-id: 1469453510-658-1-git-send-email-famz@redhat.com
parent 95d203cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ requires()
build_qemu()
{
    $QEMU_SRC/configure \
        --enable-werror \
        ${TARGET_LIST:+"--target-list=${TARGET_LIST}"} \
        --prefix="$PWD/install" \
        $EXTRA_CONFIGURE_OPTS \