From 9220cce1627a9f37801a50ba0e5a351e6b7900b6 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 13 Dec 2010 16:45:10 +0000 Subject: - refactoring svn path=/trunk/externals/postlude/; revision=14628 --- pluginhost~/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pluginhost~/makefile') diff --git a/pluginhost~/makefile b/pluginhost~/makefile index 6206288..d488535 100755 --- a/pluginhost~/makefile +++ b/pluginhost~/makefile @@ -38,8 +38,7 @@ pd_darwin: src/$(NAME).pd_darwin .SUFFIXES: .pd_darwin -DARWINCFLAGS = -DPD -arch $(ARCHITECTURE) -O3 -Wall -W -Wshadow -Wstrict-prototypes \ - -Wno-unused -Wno-parentheses -Wno-switch -L/usr/local/lib/ -DDEBUG=$(DEBUG) +DARWINCFLAGS = -DPD -arch $(ARCHITECTURE) -O3 -Wall -Werror -L/usr/local/lib/ -DDEBUG=$(DEBUG) DARWININCLUDE = -I ./ -I ../src -I/usr/local/include/ -I ./include -I/usr/local/include/pluginhost/ -- cgit v1.2.1