From 9c7f170e5031a0c7e7de03135011fdcafe5c75ca Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 30 Jun 2009 12:10:52 +0100 Subject: [PATCH] Remove bogus -Werror Revert rules.mak changes from aba800a. These should not have been here to start with. Signed-off-by: Paul Brook --- rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.mak b/rules.mak index defee1d..8d6d96e 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) -c -o $@ $<," CC $(TARGET_DIR)$@") %.o: %.S $(call quiet-command,$(CC) $(CPPFLAGS) -c -o $@ $<," AS $(TARGET_DIR)$@") -- 2.7.4