summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2014-12-08 18:46:06 +0000
committerroot <root@no.no.james.local>2014-12-08 18:46:06 +0000
commit889a8618729f90335db2f0f3caa01b664d416a01 (patch)
tree8c8d50148e0125419565f1c81ae902817ef5a045
parent804820fe687affa38a52e302179e4a2293cb1ffb (diff)
downloadrgb_ring-889a8618729f90335db2f0f3caa01b664d416a01.tar.gz
rgb_ring-889a8618729f90335db2f0f3caa01b664d416a01.tar.bz2
rgb_ring-889a8618729f90335db2f0f3caa01b664d416a01.zip
fish
-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}