summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 767a9a8..46c8062 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ AVRDUDE=avrdude
CPPFLAGS=
CPP=${CC} -E
-CFLAGS=-O2 -MP -MD -Wall -Werror -Wno-unused
+CFLAGS=-O2 -MP -MD -Wall -Werror #-Wno-unused
OBJS=${CSRCS:%.c=%.o} ${SSRCS:%.S=%.o}