From: Avi Kivity <avi@redhat.com>
To: Christoph Egger <Christoph.Egger@amd.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] buildfix: unknown option "-Wno-error=uninitialized"
Date: Tue, 30 Jun 2009 13:05:25 +0300 [thread overview]
Message-ID: <4A49E365.40307@redhat.com> (raw)
In-Reply-To: <200906301115.34111.Christoph.Egger@amd.com>
On 06/30/2009 12:15 PM, Christoph Egger wrote:
> diff --git a/rules.mak b/rules.mak
> index defee1d..8561289 100644
> --- a/rules.mak
> +++ b/rules.mak
> @@ -1,6 +1,6 @@
>
> %.o: %.c
> - $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -Werror -Wno-error=uninitialized -c -o $@ $<," CC $(TARGET_DIR)$@")
> + $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -Werror -c -o $@ $<," CC $(TARGET_DIR)$@")
>
> %.o: %.S
> $(call quiet-command,$(CC) $(CPPFLAGS) -c -o $@ $<," AS $(TARGET_DIR)$@")
>
>
Should remove the -Werror too, it's set by ./configure.
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2009-06-30 10:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-30 9:15 [Qemu-devel] [PATCH] buildfix: unknown option "-Wno-error=uninitialized" Christoph Egger
2009-06-30 10:05 ` Avi Kivity [this message]
2009-06-30 10:14 ` Christoph Egger
2009-06-30 10:20 ` Avi Kivity
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=4A49E365.40307@redhat.com \
--to=avi@redhat.com \
--cc=Christoph.Egger@amd.com \
--cc=qemu-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.