Re: [Qemu-devel] [PATCH] bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warning

2016-04-05 Thread Peter Maydell
On 5 April 2016 at 15:46, Ed Maste wrote: > This is the same change as b55266b5 in linux-user. > > Signed-off-by: Ed Maste > --- > bsd-user/uaccess.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bsd-user/uaccess.c

Re: [Qemu-devel] [PATCH] bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warning

2016-04-05 Thread Ed Maste
On 5 April 2016 at 10:54, Peter Maydell wrote: > On 5 April 2016 at 15:46, Ed Maste wrote: >> This is the same change as b55266b5 in linux-user. >> >> Signed-off-by: Ed Maste > > Do you have many more of these bsd related patches

Re: [Qemu-devel] [PATCH] bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warning

2016-04-05 Thread Peter Maydell
On 5 April 2016 at 15:46, Ed Maste wrote: > This is the same change as b55266b5 in linux-user. > > Signed-off-by: Ed Maste Do you have many more of these bsd related patches to come? It might be easier to deal with them all in one patchseries... thanks

[Qemu-devel] [PATCH] bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warning

2016-04-05 Thread Ed Maste
This is the same change as b55266b5 in linux-user. Signed-off-by: Ed Maste --- bsd-user/uaccess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsd-user/uaccess.c b/bsd-user/uaccess.c index b7b3a06..91e2067 100644 --- a/bsd-user/uaccess.c +++