qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 2/2] docker: Add "--enable-werror" to configure c


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PULL 2/2] docker: Add "--enable-werror" to configure command line
Date: Tue, 9 Aug 2016 17:21:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0


On 05/08/2016 11:04, Fam Zheng wrote:
> We don't have .git in the docker checkout, add this to enable -Werror
> explicitly.
> 
> Signed-off-by: Fam Zheng <address@hidden>
> Message-id: address@hidden
> ---
>  tests/docker/common.rc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/docker/common.rc b/tests/docker/common.rc
> index 77069e1..0c6d8d5 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 \
> 

centos6 has -Wuninitialized errors.  Should this be applied only to
Fedora and Ubuntu?

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]