aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-05-20 19:58:05 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-05-20 19:58:05 +0000
commitb2dea5df6b043f41bc3d5d0df33c601a0a686559 (patch)
treedfdc43c1c085884c4dbe3000fe9ed4fa60b48782 /Makefile
parent09a36bc7935a0ef212762406c0b9492bb7878669 (diff)
got rid of some minor warnings
svn path=/trunk/externals/hcs/hid/; revision=3040
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b26ec6a..1940463 100644
--- a/Makefile
+++ b/Makefile
@@ -26,13 +26,12 @@ pd_darwin: hid.pd_darwin
endif
-# ----------------------- GENERAL -----------------------
+# ----------------------- GENERAL ---------------------------------------------
PDEXECUTABLE = ../../../pd/bin/pd
CFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wshadow -Wstrict-prototypes \
- -Wno-unused -Wno-parentheses -Wno-switch
+ -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused
INCLUDE = -I./ -I../../../pd/src -I./HID\ Utilities\ Source