Remove a couple of unused variable warnings in generated code
This commit is contained in:
parent
1c5246ad66
commit
d15220cba4
3 changed files with 3 additions and 17 deletions
|
|
@ -443,7 +443,6 @@ public:
|
|||
Append(s_header, " zval **args[2];\n");
|
||||
Append(s_header, " swig_object_wrapper *value;\n");
|
||||
Append(s_header, " int type;\n");
|
||||
Append(s_header, " int thisown;\n");
|
||||
Append(s_header, "\n");
|
||||
Append(s_header, " SWIG_ResetError();\n");
|
||||
Append(s_header, " if(ZEND_NUM_ARGS() != 2 || zend_get_parameters_array_ex(2, args) != SUCCESS) {\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue