]> git.proxmox.com Git - qemu.git/commitdiff
Remove bogus -Werror
authorPaul Brook <paul@codesourcery.com>
Tue, 30 Jun 2009 11:10:52 +0000 (12:10 +0100)
committerPaul Brook <paul@codesourcery.com>
Tue, 30 Jun 2009 11:10:52 +0000 (12:10 +0100)
Revert rules.mak changes from aba800a.  These should not have been here
to start with.

Signed-off-by: Paul Brook <paul@codesourcery.com>
rules.mak

index defee1d2df8e093caffb7a7db8d6c735f7813898..8d6d96e5b1ab706e48e00f1698197cf7f75fe85b 100644 (file)
--- 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) -c -o $@ $<,"  CC    $(TARGET_DIR)$@")
 
 %.o: %.S
        $(call quiet-command,$(CC) $(CPPFLAGS) -c -o $@ $<,"  AS    $(TARGET_DIR)$@")