removed the "-Werror"

svn path=/trunk/externals/iem/comport/; revision=8830
This commit is contained in:
IOhannes m zmölnig 2007-10-17 16:15:04 +00:00
parent 22575380ba
commit d774d0fefc
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ pd_linux: bird.pd_linux
.SUFFIXES: .pd_linux .SUFFIXES: .pd_linux
LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch -Wno-unused -Wno-parentheses -Wno-switch
LINUXINCLUDE = -I../../src LINUXINCLUDE = -I../../src

View file

@ -70,7 +70,7 @@ pd_linux: comport.pd_linux
.SUFFIXES: .pd_linux .SUFFIXES: .pd_linux
LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \ 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 -Wno-unused -Wno-parentheses -Wno-switch
LINUXINCLUDE = -I../../src -I../../../../pd/src LINUXINCLUDE = -I../../src -I../../../../pd/src