Fix warning suppression for WARN_PARSE_USING_UNDEF

New warnings for unknown using declarations since fix in previous commit
This commit is contained in:
William S Fulton 2022-02-20 16:45:00 +00:00
commit 9b131a03d5
3 changed files with 13 additions and 2 deletions

View file

@ -1,6 +1,6 @@
%module using2
%warnfilter(SWIGWARN_PARSE_USING_UNDEF);
%warnfilter(SWIGWARN_PARSE_USING_UNDEF) ::baz;
using ::baz;