mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[utils,passphrase] fix unused result warning
This commit is contained in:
@@ -202,7 +202,8 @@ error:
|
||||
{
|
||||
int saved_errno = errno;
|
||||
if (terminal_needs_reset)
|
||||
tcsetattr(terminal_fildes, TCSAFLUSH, &orig_flags);
|
||||
(void)tcsetattr(terminal_fildes, TCSAFLUSH, &orig_flags);
|
||||
|
||||
if (terminal_fildes != STDIN_FILENO)
|
||||
{
|
||||
if (fp)
|
||||
|
||||
Reference in New Issue
Block a user