Suppress Identifier name exceeds 24 characters warning in Scilab example

This commit is contained in:
William S Fulton 2014-09-01 19:47:49 +01:00
commit b707ee0fc8

View file

@ -1,6 +1,8 @@
/* File : example.i */
%module example
%warnfilter(SWIGWARN_SCILAB_TRUNCATED_NAME) std::vector::get_allocator;
%{
#include "example.h"
%}