JDK 22 |
---|
22 masterFixed |
Relates :
|
The input args are of `uint` type while the return value is of `uint8_t`. Inspecting all its callers, the return value is used in the context of `uintptr_t`. One can change the return type to`uint` to remove this warning here.
|