mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 22:17:59 +00:00
Added a native NewStringNativeUnsigned to avoid compile warnings
This commit is contained in:
parent
b91cfd8b60
commit
c64dd328f9
8 changed files with 90 additions and 82 deletions
|
|
@ -141,7 +141,7 @@ public class NativeMethodStubsGenerator {
|
|||
else
|
||||
writer.print("safeNewBuffer(env, ");
|
||||
} else if (String.class.equals(java_result_type))
|
||||
writer.print("NewStringNative(env, ");
|
||||
writer.print("NewStringNativeUnsigned(env, ");
|
||||
writer.print(Utils.RESULT_VAR_NAME);
|
||||
if (Buffer.class.isAssignableFrom(java_result_type)) {
|
||||
writer.print(", ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue