warnfilter fixed

scoping for "anonymous forward declaration" fixed
This commit is contained in:
Vladimir Kalinin 2014-02-03 02:21:44 +04:00
commit bda9c90e2b
4 changed files with 17 additions and 5 deletions

View file

@ -19,6 +19,7 @@
%warnfilter(SWIGWARN_PARSE_NAMED_NESTED_CLASS) Outer::InnerMultipleNamedTypedef;
%warnfilter(SWIGWARN_PARSE_NAMED_NESTED_CLASS) Outer::InnerSameName;
%warnfilter(SWIGWARN_PARSE_NAMED_NESTED_CLASS) Outer2::IgnoreMe;
%warnfilter(SWIGWARN_PARSE_NAMED_NESTED_CLASS) Outer::InnerSameName2;
%inline %{
struct Outer {