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 | d774d0fefc8d11ef754cda55162676e32ec95abc (patch) | |
tree | 642876f2c938fb2e55cdb29e0427b0d721500f8f /comport/makefile | |
parent | 22575380ba9dae4a79947d61ade4c9923ca6438e (diff) |
removed the "-Werror"
svn path=/trunk/externals/iem/comport/; revision=8830
Diffstat (limited to 'comport/makefile')
-rw-r--r-- | comport/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/makefile b/comport/makefile index fab8a30..15f3ca0 100644 --- a/comport/makefile +++ b/comport/makefile @@ -70,7 +70,7 @@ pd_linux: comport.pd_linux .SUFFIXES: .pd_linux LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \ - -Wall -W -Wshadow -Wstrict-prototypes -Werror \ + -Wall -W -Wshadow -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch LINUXINCLUDE = -I../../src -I../../../../pd/src |