qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 15/35] tcg: Add CONFIG_ATOMIC64


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v4 15/35] tcg: Add CONFIG_ATOMIC64
Date: Wed, 5 Oct 2016 10:49:07 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

On 10/04/2016 08:47 AM, Alex Bennée wrote:
+  char is_host64[sizeof(void *) >= sizeof(uint64_t) ? 1 : -1];
<snip>

This breaks with --enable-werror (and my Travis images):

config-temp/qemu-conf.c: In function ‘main’:
config-temp/qemu-conf.c:12:8: error: unused variable ‘is_host64’ 
[-Werror=unused-variable]

I'm not sure what the best fix is here? Pass -no-werror to the test compile?

Dammit, this is something else that I swear I already fixed. Just add a typedef to the start of the line.


r~



reply via email to

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