Suppress Identifier name exceeds 24 characters warning in Scilab example
This commit is contained in:
parent
a022dc44cd
commit
b707ee0fc8
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
/* File : example.i */
|
||||
%module example
|
||||
|
||||
%warnfilter(SWIGWARN_SCILAB_TRUNCATED_NAME) std::vector::get_allocator;
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue