aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bird/makefile2
-rw-r--r--comport/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/bird/makefile b/bird/makefile
index e051b47..5d959b0 100644
--- a/bird/makefile
+++ b/bird/makefile
@@ -70,7 +70,7 @@ pd_linux: bird.pd_linux
.SUFFIXES: .pd_linux
LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wshadow -Wstrict-prototypes -Werror \
+ -Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch
LINUXINCLUDE = -I../../src
diff --git a/comport/makefile b/comport/makefile
index fab8a30..15f3ca0 100644
--- a/comport/makefile
+++ b/comport/makefile
@@ -70,7 +70,7 @@ pd_linux: comport.pd_linux
.SUFFIXES: .pd_linux
LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wshadow -Wstrict-prototypes -Werror \
+ -Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch
LINUXINCLUDE = -I../../src -I../../../../pd/src