Eliminate (void) cast on standalone function calls throughout.

This commit is contained in:
Christopher Faylor
2005-07-06 20:05:03 +00:00
parent dee9edd9ed
commit 0c55f6ed60
41 changed files with 110 additions and 106 deletions

View File

@ -86,7 +86,7 @@ open_shared (const char *name, int n, HANDLE& shared_h, DWORD size,
else
{
addr = offsets[m];
(void) VirtualFree (addr, 0, MEM_RELEASE);
VirtualFree (addr, 0, MEM_RELEASE);
}
if (shared_h)