aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-17 16:15:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-17 16:15:04 +0000
commit06db8fb04f5245bc4126b64aa14d76bd739e314d (patch)
tree909b3db8cbb4db9e1744b9c5126c3ca36dd60b58
parenteb431ff9898a74b6a5f451373ffc390f4467f910 (diff)
removed the "-Werror"
svn path=/trunk/externals/iem/hdspm_mixer/; revision=8830
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index f55dd68..46f3dc8 100644
--- a/makefile
+++ b/makefile
@@ -9,7 +9,7 @@ LIB = -ldl -lm -lpthread
#select either the DBG and OPT compiler flags below:
-CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
+CFLAGS = -DPD -DUNIX -W -Wno-unused \
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \
-DDL_OPEN