Commit a0dc38bd authored by Tristan Gingold's avatar Tristan Gingold

fw/fd: add -Wall

parent d32b7eee
......@@ -10,7 +10,7 @@ TRTL ?= ../../../dependencies/mock-turtle/
TRTL_SW = $(TRTL)/software
EXTRA2_CFLAGS= # To be set by user on make line
EXTRA_CFLAGS += -I../../include -I../common -Werror $(EXTRA2_CFLAGS)
EXTRA_CFLAGS += -I../../include -I../common -Werror -Wall $(EXTRA2_CFLAGS)
vpath %.c ../
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment