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 | ad0db0025fb90f694ee5e9af1762b374c295f11e (patch) | |
tree | 15a45a7f829cebe7f36be0a88be4a7d630c98854 /src | |
parent | b2d054cd7ef2c9bd06f890a66ea422df1bc084a1 (diff) |
removed the "-Werror"
svn path=/trunk/externals/iem/iem_tab/; revision=8830
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 0291159..755c3a7 100644 --- a/src/makefile +++ b/src/makefile @@ -9,7 +9,7 @@ LIB = -ldl -lm #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 -fPIC |