mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
silence warnings
This commit is contained in:
parent
9f2360e2a9
commit
0b44f1fbcf
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue