Skip to content

Commit

Permalink
docker: Add "--enable-werror" to configure command line
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Fam Zheng committed Aug 5, 2016
1 parent 95d203c commit 4a93f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker/common.rc
Expand Up @@ -24,6 +24,7 @@ requires()
build_qemu()
{
$QEMU_SRC/configure \
--enable-werror \
${TARGET_LIST:+"--target-list=${TARGET_LIST}"} \
--prefix="$PWD/install" \
$EXTRA_CONFIGURE_OPTS \
Expand Down

0 comments on commit 4a93f78

Please sign in to comment.