]> granicus.if.org Git - nethack/commitdiff
build bit
authornethack.allison <nethack.allison>
Wed, 22 Feb 2012 06:26:04 +0000 (06:26 +0000)
committernethack.allison <nethack.allison>
Wed, 22 Feb 2012 06:26:04 +0000 (06:26 +0000)
files.c
../src/files.c(2039) : warning C4101: 'n' : unreferenced local variable

src/files.c

index b7d4ff1c0b0cf0f43998ec84ee7a6d0a2dcc68af..508502c7836aa3ec24cb132e9b24fa3dfcb56bd5 100644 (file)
@@ -1990,7 +1990,7 @@ int               src;
 #endif
        char            *bufp, *altp;
        uchar   translate[MAXPCHARS];
-       int   len, n;
+       int   len;
 
        /* lines beginning with '#' are comments */
        if (*buf == '#')