Eliminate (void) cast on standalone function calls throughout.
This commit is contained in:
@@ -273,5 +273,5 @@ fhandler_dev_clipboard::close ()
|
||||
void
|
||||
fhandler_dev_clipboard::fixup_after_exec ()
|
||||
{
|
||||
(void) close ();
|
||||
close ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user