You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special thanks to @freitass for making this huge contribution!
Fixed
When generating for JNI with the --cpp-nn-type option set, the output contained a semicolon after the toCpp inline function block.
That's a syntax error in C++, triggering the Clang/GNU warning -Wextra-semi. (#41)