qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6028] target-ppc: use -Werror to make sure no new warning is added
@ 2008-12-14 11:12 Aurelien Jarno
  2008-12-14 15:09 ` Stuart Brady
  0 siblings, 1 reply; 6+ messages in thread
From: Aurelien Jarno @ 2008-12-14 11:12 UTC (permalink / raw)
  To: qemu-devel

Revision: 6028
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6028
Author:   aurel32
Date:     2008-12-14 11:12:28 +0000 (Sun, 14 Dec 2008)

Log Message:
-----------
target-ppc: use -Werror to make sure no new warning is added

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Modified Paths:
--------------
    trunk/Makefile.target

Modified: trunk/Makefile.target
===================================================================
--- trunk/Makefile.target	2008-12-14 11:12:20 UTC (rev 6027)
+++ trunk/Makefile.target	2008-12-14 11:12:28 UTC (rev 6028)
@@ -641,7 +641,7 @@
 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
 endif
 ifeq ($(TARGET_BASE_ARCH), ppc)
-CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
+CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE -Werror
 # shared objects
 OBJS+= ppc.o ide.o vga.o $(SOUND_HW) dma.o openpic.o
 # PREP target

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

end of thread, other threads:[~2008-12-14 17:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-14 11:12 [Qemu-devel] [6028] target-ppc: use -Werror to make sure no new warning is added Aurelien Jarno
2008-12-14 15:09 ` Stuart Brady
2008-12-14 16:56   ` Aurelien Jarno
2008-12-14 17:16     ` Stuart Brady
2008-12-14 17:54       ` Stuart Brady
2008-12-14 17:34     ` Kirill A. Shutemov

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).