From: Laszlo Ersek <lersek@redhat.com>
To: agraf@suse.de, qemu-devel@nongnu.org, qemu-trivial@nongnu.org,
lersek@redhat.com
Subject: [Qemu-devel] [PATCH] configure: adapt vde test to -Werror
Date: Sun, 15 Jul 2012 21:38:25 +0200 [thread overview]
Message-ID: <1342381105-20395-1-git-send-email-lersek@redhat.com> (raw)
... 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
next reply other threads:[~2012-07-15 19:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-15 19:38 Laszlo Ersek [this message]
2012-07-16 11:10 ` [Qemu-devel] [PATCH] configure: adapt vde test to -Werror Stefan Hajnoczi
2012-07-21 9:54 ` Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1342381105-20395-1-git-send-email-lersek@redhat.com \
--to=lersek@redhat.com \
--cc=agraf@suse.de \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).