Explicitly ignore the function result of CloseHandle().
git-svn-id: svn://svn.cc65.org/cc65/trunk@5636 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -119,7 +119,7 @@ int FileStat (const char* Path, struct stat* Buf)
|
|||||||
} else {
|
} else {
|
||||||
Error = EACCES;
|
Error = EACCES;
|
||||||
}
|
}
|
||||||
CloseHandle (H);
|
(void) CloseHandle (H);
|
||||||
} else {
|
} else {
|
||||||
Error = EACCES;
|
Error = EACCES;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user