jaeandersson / swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
Other
23 stars 19 forks source link

Use SWIG warning system #84

Open jaeandersson opened 7 years ago

jaeandersson commented 7 years ago

Comment by @wsfulton:

The normal SWIG warning system has not been used (there are no warning numbers, you could call Swig_warning), eg: Warning: invalid MATLAB symbol 'FooImpl' () Symbols may not start with ''. Maybe try something like this: %rename(u_FooImpl) _FooImpl; warning: function ./+enum_thorough/end.m shadows a built-in function