Fix warning suppression in testcase
This commit is contained in:
parent
3d230ea253
commit
eabdb13115
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
%module(directors="1", allprotected="1") nested_directors
|
||||
|
||||
%warnfilter(SWIGWARN_PARSE_NAMED_NESTED_CLASS) Base::Nest;
|
||||
%warnfilter(SWIGWARN_PARSE_NAMED_NESTED_CLASS) Sub::IListener;
|
||||
%warnfilter(SWIGWARN_PARSE_NAMED_NESTED_CLASS) NN::Base::Nest;
|
||||
%warnfilter(SWIGWARN_PARSE_NAMED_NESTED_CLASS) NN::Sub::IListener;
|
||||
|
||||
%feature("director") Base;
|
||||
%feature("director") Sub;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue