[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH] ui/egl: Silent '__HAIKU__ undefined' warnin
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-devel] [RFC PATCH] ui/egl: Silent '__HAIKU__ undefined' warnings on OpenBSD 6.1 |
Date: |
Thu, 24 Jan 2019 11:38:46 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 1/24/19 11:11 AM, Peter Maydell wrote:
> On Thu, 24 Jan 2019 at 02:03, Brad Smith <address@hidden> wrote:
>>
>> https://cgit.freedesktop.org/mesa/mesa/commit/include/EGL/eglplatform.h?id=f744c6c1e28fe363474550b94af42a8b7fc1c755
>>
>> Unfortunately that issue has only been fixed very recently.
>>
>> There is a possibility of us updating from Mesa 17.3.9 to 18.3.x which
>> would bring in this header fix, but I don't know how long that will be
>> and it's currently held up on us switching i386 from bfd ld to lld.
>>
>> So this header exists as is from 6.0 to the latest, most likely next release
>> (6.5) too.
>>
>> Honestly I think it would be better to just ignore this particular
>> issue. It's
>> an issue with a header outside of QEMU and it will go away in time when
>> Mesa is eventually updated.
Yeah, fine by me.
>
> Yes; I have been ignoring this warning for a while now
> in my scripts that handle looking for warnings in build logs:
>
> https://git.linaro.org/people/peter.maydell/misc-scripts.git/commit/greplogs?id=951983351baa2f27da4f4fe432fb55bf911d17e5
Thanks, useful tip.
I liked:
+ grep -v 'is almost always misused' | \
+ grep -v 'is often misused' | \
+ grep -v 'is dangerous; do not use it' | \
:)
>
> thanks
> -- PMM
>