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 | 78f83af2c384ef682f42e5a4052a2a4b925efa91 (patch) | |
tree | 43a1277739a64d430d1eb634eb01b66f3b824b13 | |
parent | f832d96097767d518a14c41a30ceb790852501bb (diff) |
removed the "-Werror"
svn path=/trunk/; revision=8830
-rw-r--r-- | externals/iem/iem_atan2/src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/iem/iem_atan2/src/makefile b/externals/iem/iem_atan2/src/makefile index 005d1e54..7ce891d1 100644 --- a/externals/iem/iem_atan2/src/makefile +++ b/externals/iem/iem_atan2/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 |