aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-04-05 11:27:26 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-04-05 11:27:26 +0000
commitcfc3bdbccea042a959bff9b255562cb92b863ca0 (patch)
treecf5c43d2ff430cdedc141e9c3c7957abde1c0af5 /src/zexy.h
parent5b126d345c2a13c1fc58e47ff906099fd416c743 (diff)
use unused variables
svn path=/trunk/externals/zexy/; revision=4815
Diffstat (limited to 'src/zexy.h')
-rw-r--r--src/zexy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/zexy.h b/src/zexy.h
index 6b1b278..1c4c54c 100644
--- a/src/zexy.h
+++ b/src/zexy.h
@@ -87,6 +87,8 @@
# endif /* OSX-10.3 */
#endif /* APPLE */
+#define ZEXY_USEVAR(x) x=x
+
typedef struct _mypdlist
{
t_object x_obj;
@@ -107,7 +109,7 @@ static void zexy_register(char*object){
}
}
#else
-static void zexy_register(char*object){}
+static void zexy_register(char*object){object=0;}
#endif /* ZEXY_LIBRARY */
#if (defined PD_MAJOR_VERSION && defined PD_MINOR_VERSION) && (PD_MAJOR_VERSION > 0 || PD_MINOR_VERSION > 38)