qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] buildfix: unknown option "-Wno-error=uninitiali


From: Christoph Egger
Subject: Re: [Qemu-devel] [PATCH] buildfix: unknown option "-Wno-error=uninitialized"
Date: Tue, 30 Jun 2009 12:14:42 +0200
User-agent: KMail/1.9.7

On Tuesday 30 June 2009 12:05:25 Avi Kivity wrote:
> 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.

Will you do this between applying the patch and 'git commit' or should I 
resend a diff ?

Christoph


-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632





reply via email to

[Prev in Thread] Current Thread [Next in Thread]