PINK: fixed warning
This commit is contained in:
parent
359609353a
commit
1b2892e921
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ Object *Archive::parseObject(bool &isCopyReturned) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static int runtimeClassCmp(const void *key, const void *elem) {
|
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) {
|
uint Archive::findObjectId(const char *name) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue