On 7/10/20 2:43 PM, Peter Maydell wrote: > On Fri, 10 Jul 2020 at 13:38, Claudio Fontana <cfont...@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