From ad0db0025fb90f694ee5e9af1762b374c295f11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 17 Oct 2007 16:15:04 +0000 Subject: removed the "-Werror" svn path=/trunk/externals/iem/iem_tab/; revision=8830 --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1