summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-06-12 10:37:00 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-06-12 10:37:00 +0200
commit485d18357a476a45bcce30835b12143e4133c8e5 (patch)
tree1a76f6d65e167efd564c25966c95daae0eb2f0ee
parent772a3fa49ec268ffaad86f82a8923a1ea111dbd6 (diff)
downloadcode-485d18357a476a45bcce30835b12143e4133c8e5.tar.gz
Ignore missing declarations warnings
-rw-r--r--Venus_Skeleton/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Venus_Skeleton/Makefile b/Venus_Skeleton/Makefile
index f150b58..834a19f 100644
--- a/Venus_Skeleton/Makefile
+++ b/Venus_Skeleton/Makefile
@@ -11,6 +11,7 @@ USER_LIBDIR = ./libs
USER_LIBS = HMC5883L IRremote TrueRandom
CEXTRA = -fdiagnostics-color=auto
+CEXTRA += -Wno-missing-declarations
#CEXTRA += -Wall -Wextra -Wno-attributes
include ~/Arduino/arduino-makefile/Makefile