diff --git a/src/common/filestat.c b/src/common/filestat.c index 64d129a49..27a966fa1 100644 --- a/src/common/filestat.c +++ b/src/common/filestat.c @@ -119,7 +119,7 @@ int FileStat (const char* Path, struct stat* Buf) } else { Error = EACCES; } - CloseHandle (H); + (void) CloseHandle (H); } else { Error = EACCES; }