build warning (trunk only)
..\src\lock.c(184) : warning C4101: 'otmp' : unreferenced local variable
This commit is contained in:
@@ -181,8 +181,6 @@ STATIC_PTR
|
||||
int
|
||||
forcelock(VOID_ARGS) /* try to force a locked chest */
|
||||
{
|
||||
register struct obj *otmp;
|
||||
|
||||
if((xlock.box->ox != u.ux) || (xlock.box->oy != u.uy))
|
||||
return((xlock.usedtime = 0)); /* you or it moved */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user