build bit
files.c ../src/files.c(2039) : warning C4101: 'n' : unreferenced local variable
This commit is contained in:
@@ -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 == '#')
|
||||
|
||||
Reference in New Issue
Block a user