pesky warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5522 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f2625b4671
commit
e2ec38e21b
1 changed files with 0 additions and 1 deletions
|
|
@ -372,7 +372,6 @@ void emit_action(Node *n, Wrapper *f) {
|
|||
methods are all public */
|
||||
Node* parent = Getattr(n,"parentNode");
|
||||
String* symname = Getattr(parent, "sym:name");
|
||||
String* classtype = Getattr(parent,"classtype");
|
||||
String* dirname = NewStringf("SwigDirector_%s", symname);
|
||||
String* dirdecl = NewStringf("%s *darg = 0", dirname);
|
||||
Wrapper_add_local(f, "darg", dirdecl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue