Motivation: JNI_OnUnload(...) does not return anything (has void in its signature) so we should not try to return something. Modifications: Remove return. Result: Fix incorrect but harmless code.
Motivation: JNI_OnUnload(...) does not return anything (has void in its signature) so we should not try to return something. Modifications: Remove return. Result: Fix incorrect but harmless code.