Skip to content
Snippets Groups Projects
Commit a6e2e273 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

silence warnings

parent 998f4c06
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment