mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
JBR-4951 In function 'convert_to_java_array': error: comparison of integer expressions of different signedness
This commit is contained in:
@@ -114,8 +114,8 @@ Java_java_awt_event_MouseEvent_initIDs
|
||||
}
|
||||
|
||||
struct shared_libs {
|
||||
int count;
|
||||
int index;
|
||||
uint32_t count;
|
||||
uint32_t index;
|
||||
char ** names;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user