We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1ce78 commit 7c96ed2Copy full SHA for 7c96ed2
java/rocksjni/event_listener.cc
@@ -33,7 +33,7 @@ jlong Java_org_rocksdb_AbstractEventListener_createNewEventListener(
33
new ROCKSDB_NAMESPACE::EventListenerJniCallback(
34
env, jobj, enabled_event_callbacks));
35
return GET_CPLUSPLUS_POINTER(sptr_event_listener);
36
- } catch (ROCKSDB_NAMESPACE::JniException& e) {
+ } catch (ROCKSDB_NAMESPACE::JniException&) {
37
// We always throw JniException with Java Exception
38
return 0;
39
}
0 commit comments