Python: avoid unused SwigMethods_proxydocs var (#2222)
Avoids a warning since 3aa302c08f
This commit is contained in:
parent
5755f399a2
commit
3ffbe29f52
1 changed files with 2 additions and 1 deletions
|
|
@ -819,7 +819,8 @@ public:
|
|||
Printf(f_wrappers, "%s\n", methods);
|
||||
Append(methods_proxydocs, "\t { NULL, NULL, 0, NULL }\n");
|
||||
Append(methods_proxydocs, "};\n");
|
||||
Printf(f_wrappers, "%s\n", methods_proxydocs);
|
||||
if ((fastproxy && !builtin) || have_fast_proxy_static_member_method_callback)
|
||||
Printf(f_wrappers, "%s\n", methods_proxydocs);
|
||||
|
||||
if (builtin) {
|
||||
Dump(f_builtins, f_wrappers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue