* libmisc/yesno.c: Ignore the return value of puts.
This commit is contained in:
@@ -57,7 +57,7 @@ bool yes_or_no (bool read_only)
|
||||
* In read-only mode all questions are answered "no".
|
||||
*/
|
||||
if (read_only) {
|
||||
puts (_("No"));
|
||||
(void) puts (_("No"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user