mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
PINK: fixed warning
This commit is contained in:
@@ -285,7 +285,7 @@ Object *Archive::parseObject(bool &isCopyReturned) {
|
||||
}
|
||||
|
||||
static int runtimeClassCmp(const void *key, const void *elem) {
|
||||
return strcmp((const char *)key, *(const char **)elem);
|
||||
return strcmp((const char *)key, *(const char * const *)elem);
|
||||
}
|
||||
|
||||
uint Archive::findObjectId(const char *name) {
|
||||
|
||||
Reference in New Issue
Block a user