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~