mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-25 06:42:10 -05:00
Fixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:
plink.c:65: warning: `password' defined but not used (introduced in 1.50 [r1525]) [originally from svn r2332] [r1525 == 466b1c82d5db5d2f71daf7e2f0a450c9ff9cadd6]
This commit is contained in:
parent
e891f79c12
commit
6f5012dfa6
2
plink.c
2
plink.c
@ -62,8 +62,6 @@ void cmdline_error(char *p, ...)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
static char *password = NULL;
|
||||
|
||||
HANDLE inhandle, outhandle, errhandle;
|
||||
DWORD orig_console_mode;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user