fix unused warnings
libzt/src/bindings/java/JavaSockets.cxx:40:10: warning: unused variable 'rs' [-Wunused-variable] libzt/src/Events.cpp:185:14: warning: unused variable 'rs' [-Wunused-variable] libzt/src/Events.cpp:189:18: warning: unused variable 'arg' [-Wunused-variable] libzt/src/NodeService.cpp:1064:17: warning: variable 'err' set but not used [-Wunused-but-set-variable]
This commit is contained in:
@@ -37,7 +37,7 @@ extern JavaVM* jvm;
|
||||
|
||||
void java_detach_from_thread()
|
||||
{
|
||||
jint rs = jvm->DetachCurrentThread();
|
||||
jvm->DetachCurrentThread();
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user