* src/w32.c (_sys_read_ahead): Pacify a silly compiler warning.

This commit is contained in:
Eli Zaretskii
2021-08-14 20:38:05 +03:00
parent bf55b5ac17
commit 9c5dc3cbe0

View File

@@ -8758,7 +8758,7 @@ int
_sys_read_ahead (int fd)
{
child_process * cp;
int rc;
int rc = 0;
if (fd < 0 || fd >= MAXDESC)
return STATUS_READ_ERROR;