mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
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:
parent
dd6475ac3d
commit
b833c6c8c5
@ -119,7 +119,7 @@ int FileStat (const char* Path, struct stat* Buf)
|
||||
} else {
|
||||
Error = EACCES;
|
||||
}
|
||||
CloseHandle (H);
|
||||
(void) CloseHandle (H);
|
||||
} else {
|
||||
Error = EACCES;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user