diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-05-20 18:40:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-05-20 18:40:48 +0000 |
commit | bbad20c3f31afd479416a3a4cf2f8e8311f52032 (patch) | |
tree | bb990d04b81054db6afdd9ee7bc82d9a874e866b /makefile | |
parent | d0f4249b5da71f9d2453a2e099cfe138df82402d (diff) |
removed draconian -Werror so its easier to build
svn path=/trunk/externals/vbap/; revision=11470
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ pd_linux: $(NAME).pd_linux $(NAMEB).pd_linux .SUFFIXES: .pd_linux LINUXCFLAGS = -DPD -DUNIX -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 |