mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
silence warnings
This commit is contained in:
parent
9f2360e2a9
commit
0b44f1fbcf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user