summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/test/id3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/id3/Makefile b/firmware/test/id3/Makefile
index a9e5457..a286fc1 100644
--- a/firmware/test/id3/Makefile
+++ b/firmware/test/id3/Makefile
@@ -1,7 +1,7 @@
TARGET = id3test
OBJS = id3.o
-CFLAGS = -g -DDEBUG_STANDALONE -c -o
+CFLAGS = -g -W -Wall -DDEBUG_STANDALONE -c -o
$(TARGET) : $(OBJS)
$(CC) -o $(TARGET) $(OBJS)