qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: adapt vde test to -Werror
@ 2012-07-15 19:38 Laszlo Ersek
  2012-07-16 11:10 ` Stefan Hajnoczi
  0 siblings, 1 reply; 3+ messages in thread
From: Laszlo Ersek @ 2012-07-15 19:38 UTC (permalink / raw)
  To: agraf, qemu-devel, qemu-trivial, lersek

... after commit 417c9d72 ("configure: add -Werror to QEMU_CFLAGS early")

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 0a3896e..8a1b902 100755
--- a/configure
+++ b/configure
@@ -1819,7 +1819,7 @@ if test "$vde" != "no" ; then
 int main(void)
 {
     struct vde_open_args a = {0, 0, 0};
-    vde_open("", "", &a);
+    vde_open((char *)"", (char *)"", &a);
     return 0;
 }
 EOF
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] configure: adapt vde test to -Werror
  2012-07-15 19:38 [Qemu-devel] [PATCH] configure: adapt vde test to -Werror Laszlo Ersek
@ 2012-07-16 11:10 ` Stefan Hajnoczi
  2012-07-21  9:54   ` Stefan Hajnoczi
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-07-16 11:10 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: qemu-trivial, agraf, qemu-devel

On Sun, Jul 15, 2012 at 09:38:25PM +0200, Laszlo Ersek wrote:
> ... after commit 417c9d72 ("configure: add -Werror to QEMU_CFLAGS early")
> 
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
> ---
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] configure: adapt vde test to -Werror
  2012-07-16 11:10 ` Stefan Hajnoczi
@ 2012-07-21  9:54   ` Stefan Hajnoczi
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-07-21  9:54 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: qemu-trivial, Peter Maydell, agraf, qemu-devel

On Mon, Jul 16, 2012 at 12:10 PM, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Sun, Jul 15, 2012 at 09:38:25PM +0200, Laszlo Ersek wrote:
>> ... after commit 417c9d72 ("configure: add -Werror to QEMU_CFLAGS early")
>>
>> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
>> ---
>>  configure |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> Thanks, applied to the trivial patches tree:
> https://github.com/stefanha/qemu/commits/trivial-patches

Peter Maydell's 11 patch series addresses all the other ./configure
-Werror issues too.  You were first but I'm dropping this so
qemu.git/master can solve all issues at once with Peter's series.

Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-21  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-15 19:38 [Qemu-devel] [PATCH] configure: adapt vde test to -Werror Laszlo Ersek
2012-07-16 11:10 ` Stefan Hajnoczi
2012-07-21  9:54   ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).