From 3c6c7381d821aa305b73213e91469506defb3006 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Wed, 31 Jul 2013 00:29:52 +0200
Subject: [PATCH] Suppress some usual warnings.
---
cpu/6502/Makefile.6502 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpu/6502/Makefile.6502 b/cpu/6502/Makefile.6502
index 14c252675..9ae7549ae 100644
--- a/cpu/6502/Makefile.6502
+++ b/cpu/6502/Makefile.6502
@@ -64,7 +64,7 @@ AR = ar65
# The apps coming with Contiki run even on a 0x100 byte stack.
ASFLAGS = -t $(TARGET)
-CFLAGS += -t $(TARGET) -Or
+CFLAGS += -t $(TARGET) -Or -W -unused-param,-unused-var,-const-comparison
LDFLAGS = $(STARTADDR_FLAG) -t $(TARGET) -m contiki-$(TARGET).map -D __STACKSIZE__=0x200
AROPTS = a