diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-04-05 11:27:26 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-04-05 11:27:26 +0000 |
commit | cfc3bdbccea042a959bff9b255562cb92b863ca0 (patch) | |
tree | cf5c43d2ff430cdedc141e9c3c7957abde1c0af5 /src/zexy.h | |
parent | 5b126d345c2a13c1fc58e47ff906099fd416c743 (diff) |
use unused variables
svn path=/trunk/externals/zexy/; revision=4815
Diffstat (limited to 'src/zexy.h')
-rw-r--r-- | src/zexy.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |