From 749a6ec63a8f257c2b54511f1d7a5467ea4c38d9 Mon Sep 17 00:00:00 2001 From: jdl Date: Sun, 20 Oct 2002 16:01:10 +0000 Subject: reduce warnings pass #1 svn path=/trunk/externals/OSCx/; revision=179 --- OSC/sendOSC.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OSC/sendOSC.c') diff --git a/OSC/sendOSC.c b/OSC/sendOSC.c index 7c0e228..4eb8e99 100644 --- a/OSC/sendOSC.c +++ b/OSC/sendOSC.c @@ -83,6 +83,7 @@ compiling: #include #include #include + #include #endif /////////////////////// @@ -707,7 +708,7 @@ typedArg ParseToken(char *token) { int WriteMessage(OSCbuf *buf, char *messageName, int numArgs, typedArg *args) { int j, returnVal; - const wmERROR = -1; + const int wmERROR = -1; returnVal = 0; -- cgit v1.2.1