Fix warnings, unused and shadowed variables

This commit is contained in:
Pasi Kallinen
2015-04-10 20:55:24 +03:00
parent ddd7c9b690
commit cc1b5de2a8
4 changed files with 4 additions and 6 deletions

View File

@@ -1238,7 +1238,7 @@ boolean identified, all_containers, reportempty;
{
register struct obj *box, *obj;
struct obj **oarray;
int i,j,n;
int i,n;
char *invlet;
char buf[BUFSZ];
boolean cat, deadcat;