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 | a76ac40323e0e3aefe5cc1b438c96d3a4e52c18c (patch) | |
tree | 07391a5ec69ef2a4b8a4001aea5c01f9dec764ad /src | |
parent | 79e16b6188d2972387f76a8761ac49b0d7f45a57 (diff) |
removed the "-Werror"
svn path=/trunk/externals/iem/iem_matrix/; 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 45c8748..c3ebc6e 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 |