diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-10-17 16:15:04 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-10-17 16:15:04 +0000 |
commit | 167c740b39198baab55ad43bbd4c68e240a6f876 (patch) | |
tree | 39b47013987d1dac638d76490179d7ae44e196da /src/makefile | |
parent | b302b48d4f8946e5dec7bf242f114f5d2b1ef0fa (diff) |
removed the "-Werror"
svn path=/trunk/externals/iem/iem_ambi/; revision=8830
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index da6bd46..4d1967c 100644 --- a/src/makefile +++ b/src/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 -fno-strict-aliasing \ -DDL_OPEN |