silence warnings

This commit is contained in:
Pierangelo Masarati 2009-08-21 17:06:22 +00:00
parent 9f2360e2a9
commit 0b44f1fbcf

View File

@ -71,7 +71,8 @@ lutil_getpass( const char *prompt )
{
static char pbuf[PBUF];
FILE *fi;
int i, c;
int c;
unsigned i;
#if defined(HAVE_TERMIOS_H) || defined(HAVE_SGTTY_H)
TERMIO_TYPE ttyb;
TERMFLAG_TYPE flags;