From 485d18357a476a45bcce30835b12143e4133c8e5 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Fri, 12 Jun 2015 10:37:00 +0200 Subject: Ignore missing declarations warnings --- Venus_Skeleton/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1