Fixed some compiler warnings on lcc.

This commit is contained in:
Dan Fandrich
2005-12-13 18:54:31 +00:00
parent d14588120f
commit e2df946eee
4 changed files with 8 additions and 6 deletions

View File

@@ -203,7 +203,7 @@ char *getpass_r(const char *prompt, /* prompt to display */
if(disabled) {
/* if echo actually was disabled, add a newline */
fputs("\n", stderr);
ttyecho(TRUE, fd); /* enable echo */
(void)ttyecho(TRUE, fd); /* enable echo */
}
if(1 != fd)