Eliminate (void) cast on standalone function calls throughout.
This commit is contained in:
@ -213,7 +213,7 @@ class fhandler_base
|
||||
|
||||
void signal_read_state (LONG n)
|
||||
{
|
||||
(void) ReleaseSemaphore (read_state, n, NULL);
|
||||
ReleaseSemaphore (read_state, n, NULL);
|
||||
}
|
||||
|
||||
void set_fs_flags (DWORD flags) { fs_flags = flags; }
|
||||
|
Reference in New Issue
Block a user