Scilab overloaded method testcase warning suppression
This commit is contained in:
parent
b707ee0fc8
commit
7acf8de21e
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
// Massive primitive datatype test.
|
||||
%module(directors="1") primitive_types
|
||||
|
||||
#if defined(SWIGSCILAB)
|
||||
%warnfilter(SWIGWARN_LANG_OVERLOAD_SHADOW) ovr_val;
|
||||
#endif
|
||||
|
||||
%{
|
||||
#if defined(_MSC_VER)
|
||||
#pragma warning(disable: 4290) // C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue