aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/robostix/robostix/makefile-rules.patch
blob: f00d2884e8aacca01e4ed19ffe6e80a9104c4fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- robostix/Rules.mk.orig	2008-03-08 10:36:37.000000000 -0700
+++ robostix/Rules.mk	2008-03-08 10:37:14.000000000 -0700
@@ -24,21 +24,7 @@
 vpath %.c ../Common ../Shared
 vpath %.S ../Common ../Shared
 
-CFLAGS += -Os \
-	-Wall \
-	-Werror \
-	-Wimplicit \
-	-Wpointer-arith \
-	-Wswitch \
-	-Wredundant-decls \
-	-Wreturn-type \
-	-Wshadow \
-	-Wunused \
-	-Wcast-qual \
-	-Wnested-externs \
-	-Wmissing-prototypes \
-	-Wstrict-prototypes \
-	-Wmissing-declarations
+CFLAGS += -Os
 
 CPPFLAGS += $(AVR_MCU_FLAGS) -I . -I ../Common -I ../Shared
 LDFLAGS  += $(AVR_MCU_FLAGS) -Wl,-Map,$(basename $@).map