Added Ruby-specific warning filter for template_arg_replace test case.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4216 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
863b084f63
commit
3787b0daf7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
%module template_arg_replace
|
||||
|
||||
%warnfilter(801) Matrix<float, 3, 3>; /* Ruby, wrong class name */
|
||||
|
||||
%inline %{
|
||||
|
||||
template <typename T, int r, int c> class Matrix {
|
||||
|
|
@ -9,5 +11,4 @@ public:
|
|||
%}
|
||||
|
||||
%template (matrix33f) Matrix<float,3, 3>;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue