Skip to content

Commit 3c5133c

Browse files
authored
Merge pull request #673 from evoskuil/master
Delint.
2 parents 076f189 + eb0e501 commit 3c5133c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memory/mman-win32/mman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ int fsync(int fd) noexcept
223223
return 0;
224224
}
225225

226-
int fallocate(int fd, int mode, oft__ offset, oft__ size) noexcept
226+
int fallocate(int fd, int, oft__ offset, oft__ size) noexcept
227227
{
228228
return ftruncate(fd, offset + size);
229229
}

0 commit comments

Comments
 (0)