[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] bsd-user: Suppress gcc 4.x -Wpointer-sign (incl
From: |
Ed Maste |
Subject: |
Re: [Qemu-devel] [PATCH] bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warning |
Date: |
Tue, 5 Apr 2016 11:26:14 -0400 |
On 5 April 2016 at 10:54, Peter Maydell <address@hidden> wrote:
> On 5 April 2016 at 15:46, Ed Maste <address@hidden> wrote:
>> This is the same change as b55266b5 in linux-user.
>>
>> Signed-off-by: Ed Maste <address@hidden>
>
> Do you have many more of these bsd related patches to come?
> It might be easier to deal with them all in one patchseries...
I have nothing beyond these two. I caught the missing #include from a
build warning, but unfortunately didn't notice this (const char *)
difference vs linux-user when I mailed the first patch.
There are some warnings remaining in bsd-user still, but these should
be investigated after we sort out the bsd-user rework from Stacy Son
and Sean Bruno. I don't expect to have any further work until then.