We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd2557 commit 0d523d3Copy full SHA for 0d523d3
Source/Modules/interface.cxx
@@ -183,6 +183,7 @@ void Swig_interface_propagate_methods(Node *n) {
183
if (Strcmp(symname, "$ignore") != 0) {
184
Symtab *oldscope = Swig_symbol_setscope(Getattr(n, "symtab"));
185
Node *on = Swig_symbol_add(symname, cn);
186
+ (void)on;
187
assert(on == cn);
188
189
// Features from the copied base class method are already present, now add in features specific to the added method in the derived class
0 commit comments