qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze


From: Claudio Fontana
Subject: Re: [PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze
Date: Fri, 10 Jul 2020 14:52:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 7/10/20 2:43 PM, Peter Maydell wrote:
> On Fri, 10 Jul 2020 at 13:38, Claudio Fontana <cfontana@suse.de> wrote:
>> I got regular green test reports from cirrus-ci for Mac, seems different 
>> compilation options.
> 
> That's odd -- what is cirrus-ci doing differently? Building
> the cocoa UI frontend is the default and is definitely
> something we want to be testing in the CI...
> 
> thanks
> -- PMM
> 

If you can access it,

https://cirrus-ci.com/task/5537514263937024?command=main#L2039

the thing is treated here as a warning, which is in the middle of a large 
amount of other warnings.

private/var/folders/3y/l0z1x3693dl_8n0qybp4dqwh0000gn/T/cirrus-ci-build/ui/vnc-auth-sasl.c:648:29:
 warning: 'sasl_errdetail' is deprecated: first deprecated in macOS 10.11 
[-Wdeprecated-declarations]
                            sasl_errdetail(vs->sasl.conn));

/* ... lots of similar warnings */

private/var/folders/3y/l0z1x3693dl_8n0qybp4dqwh0000gn/T/cirrus-ci-build/ui/cocoa.m:1478:9:
 warning: implicit declaration of function 'cpu_throttle_set' is invalid in C99 
[-Wimplicit-function-declaration]
        cpu_throttle_set(throttle_pct);
        ^


Apparently the cirrus-ci I am using is not treating this as an error, while 
what you are using is..

Thanks,

Claudio



reply via email to

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