aboutsummaryrefslogtreecommitdiff
path: root/OSC/sendOSC.c
diff options
context:
space:
mode:
authorjdl <x75@users.sourceforge.net>2002-10-20 16:01:10 +0000
committerjdl <x75@users.sourceforge.net>2002-10-20 16:01:10 +0000
commit749a6ec63a8f257c2b54511f1d7a5467ea4c38d9 (patch)
treecc19243d19b5a825456ac009b36d0765c4241dc3 /OSC/sendOSC.c
parent32277d1a5af19be53733fe77949e4efda17cdd7e (diff)
reduce warnings pass #1
svn path=/trunk/externals/OSCx/; revision=179
Diffstat (limited to 'OSC/sendOSC.c')
-rw-r--r--OSC/sendOSC.c3
1 files changed, 2 insertions, 1 deletions
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 <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
+ #include <ctype.h>
#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;