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

[matlab] Fix build in C99 mode #86

Closed xhub closed 7 years ago

xhub commented 7 years ago

The C99 does not allow function signature with just the argument type. The generated wrapper failed to compile when using the c99 std/ SIG already has a mechanism to deal with the unused parameters.