removed the "-Werror"
svn path=/trunk/externals/iem/comport/; revision=8830
This commit is contained in:
parent
22575380ba
commit
d774d0fefc
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ pd_linux: bird.pd_linux
|
|||
.SUFFIXES: .pd_linux
|
||||
|
||||
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
|
||||
|
||||
LINUXINCLUDE = -I../../src
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue