Fix warning suppression for WARN_PARSE_USING_UNDEF
New warnings for unknown using declarations since fix in previous commit
This commit is contained in:
parent
cb963a1440
commit
9b131a03d5
3 changed files with 13 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%module using2
|
||||
|
||||
%warnfilter(SWIGWARN_PARSE_USING_UNDEF);
|
||||
%warnfilter(SWIGWARN_PARSE_USING_UNDEF) ::baz;
|
||||
|
||||
using ::baz;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue