mirror of
https://github.com/reactos/CMake.git
synced 2025-01-26 13:57:07 +00:00
COMP: Remove warning about code being unused
This commit is contained in:
parent
a98ce34c81
commit
7bc8413a0f
@ -682,7 +682,7 @@ system_methodSignature(xmlrpc_env *env,
|
||||
xmlrpc_value *ignored1, *ignored2, *ignored3;
|
||||
xmlrpc_value *item, *current, *result;
|
||||
int at_sig_start;
|
||||
char *sig, *code;
|
||||
char *sig, *code = 0;
|
||||
|
||||
XMLRPC_ASSERT_ENV_OK(env);
|
||||
XMLRPC_ASSERT_VALUE_OK(param_array);
|
||||
|
Loading…
x
Reference in New Issue
Block a user