Skip to content

Commit

Permalink
firmware/lm32: remove -Werror for now (still some warnings to fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jan 23, 2016
1 parent 41ab6d9 commit a9c7891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/lm32/Makefile
Expand Up @@ -2,7 +2,7 @@
MSCDIR=../../third_party/misoc
include $(MSCDIR)/software/common.mak

CFLAGS += -Wno-unused-function -Werror
CFLAGS += -Wno-unused-function

OBJECTS=isr.o \
processor.o \
Expand Down

0 comments on commit a9c7891

Please sign in to comment.