mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
ULTIMA: Silence compiler warning
This commit is contained in:
parent
b49a5d8866
commit
60fdd9dfc7
@ -3402,8 +3402,8 @@ uint32 Item::I_create(const uint8 *args, unsigned int /*argsize*/) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
uint32 Item::I_pop(const uint8 *args, unsigned int /*argsize*/) {
|
||||
ARG_NULL32(); // ARG_ITEM_FROM_PTR(item); // unused
|
||||
uint32 Item::I_pop(const uint8 */*args*/, unsigned int /*argsize*/) {
|
||||
//ARG_NULL32(); // ARG_ITEM_FROM_PTR(item); // unused
|
||||
|
||||
World *w = World::get_instance();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user