Suppress some usual warnings.

ico
Oliver Schmidt 2013-07-31 00:29:52 +02:00
parent 8d23d1b0bb
commit 3c6c7381d8
1 changed files with 1 additions and 1 deletions

View File

@ -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