test: suppress gcc warning
telnetd: do not use suferfluous static variable.
This commit is contained in:
@@ -386,7 +386,7 @@ static int binop(void)
|
||||
static int filstat(char *nm, enum token mode)
|
||||
{
|
||||
struct stat s;
|
||||
int i;
|
||||
int i = i; /* gcc 3.x thinks it can be used uninitialized */
|
||||
|
||||
if (mode == FILSYM) {
|
||||
#ifdef S_IFLNK
|
||||
|
Reference in New Issue
Block a user