Suppress leaking memory warnings in rvalue reference tests

This commit is contained in:
William S Fulton 2013-02-08 21:53:11 +00:00
commit f17700aa1d
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
%module cpp0x_rvalue_reference3
%warnfilter(SWIGWARN_TYPEMAP_SWIGTYPELEAK);
%inline %{
#include <utility>
struct Thing {};