Eliminate (void) cast on standalone function calls throughout.
This commit is contained in:
@@ -374,7 +374,7 @@ fhandler_registry::rewinddir (DIR * dir)
|
||||
{
|
||||
if (dir->__handle != INVALID_HANDLE_VALUE)
|
||||
{
|
||||
(void) RegCloseKey ((HKEY) dir->__handle);
|
||||
RegCloseKey ((HKEY) dir->__handle);
|
||||
dir->__handle = INVALID_HANDLE_VALUE;
|
||||
}
|
||||
dir->__d_position = 0;
|
||||
|
Reference in New Issue
Block a user