Fixup code in JavaAccessBridge.cpp

This commit is contained in:
Julian Waters 2025-09-08 22:14:38 +08:00 committed by GitHub
parent e3dfd0e974
commit 690daaf588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ extern "C" {
PrintDebugString("[INFO]: In AccessBridgeDialog - Got AB_MESSAGE_WAITING from ourselves");
} else {
PrintDebugString("[INFO]: In AccessBridgeDialog - Got AB_MESSAGE_WAITING from HWND %p", wParam);
/* LRESULT returnVal = */ theJavaAccessBridge->receiveMemoryPackage((HWND) wParam, (long) lParam);
[[maybe_unused]] LRESULT returnVal = theJavaAccessBridge->receiveMemoryPackage((HWND) wParam, (long) lParam);
}
break;
@ -2716,7 +2716,6 @@ extern "C" { // event stuff from AccessBridge.h, generated by JNI
JAWT awt;
jboolean result;
// jobject component = (jobject)0;
// Get the AWT
awt.version = JAWT_VERSION_1_4;