Scilab overloaded method testcase warning suppression

This commit is contained in:
William S Fulton 2014-09-01 19:56:39 +01:00
commit 7acf8de21e

View file

@ -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)