Skip to content

Commit

Permalink
Suppress some usual warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschmidt committed Jul 30, 2013
1 parent 8d23d1b commit 3c6c738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/6502/Makefile.6502
Expand Up @@ -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

Expand Down

0 comments on commit 3c6c738

Please sign in to comment.