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 | 502b83087502f34b84ad675ba5f0ba88ae663c73 (patch) | |
tree | 6e6a0f4e130f14d477ac8e71240f0e42d25e485d /src | |
parent | 79dc8fa46e05adf4a453546f0ef0107158df75dc (diff) |
removed the "-Werror"
svn path=/trunk/externals/iem/iemgui/; 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 dbeff09..fab91cc 100644 --- a/src/makefile +++ b/src/makefile @@ -11,7 +11,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 -fPIC \ -DDL_OPEN |