All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [6028] target-ppc: use -Werror to make sure no new warning is added
Date: Sun, 14 Dec 2008 11:12:28 +0000	[thread overview]
Message-ID: <E1LBotg-0002pl-KR@cvs.savannah.gnu.org> (raw)

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

             reply	other threads:[~2008-12-14 11:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-14 11:12 Aurelien Jarno [this message]
2008-12-14 15:09 ` [Qemu-devel] [6028] target-ppc: use -Werror to make sure no new warning is added 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

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=E1LBotg-0002pl-KR@cvs.savannah.gnu.org \
    --to=aurelien@aurel32.net \
    --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.