Remove warnings in Octave testcase
This commit is contained in:
parent
ac916b006a
commit
a8e1862aca
2 changed files with 11 additions and 1 deletions
|
|
@ -5,7 +5,12 @@
|
|||
|
||||
%warnfilter(SWIGWARN_LANG_IDENTIFIER);
|
||||
|
||||
|
||||
#if defined(SWIGOCTAVE)
|
||||
%warnfilter(SWIGWARN_IGNORE_OPERATOR_LSHIFT_MSG) operator<<;
|
||||
%warnfilter(SWIGWARN_IGNORE_OPERATOR_RSHIFT_MSG) operator>>;
|
||||
#endif
|
||||
|
||||
|
||||
%inline
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
%module friends_template
|
||||
|
||||
#if defined(SWIGOCTAVE)
|
||||
%warnfilter(SWIGWARN_IGNORE_OPERATOR_RSHIFT_MSG) operator>>;
|
||||
#endif
|
||||
|
||||
|
||||
%{
|
||||
template <typename Type> class MyClass;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue