Remove confusinf LARGEFILE warning (#584)

This commit is contained in:
Ben RUBSON 2020-03-03 22:41:05 +01:00 committed by GitHub
parent 3d262172d5
commit 1486e50a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,8 +132,6 @@ int RawFileIO::open(int flags) {
if ((flags & O_LARGEFILE) != 0) {
finalFlags |= O_LARGEFILE;
}
#else
#warning O_LARGEFILE not supported
#endif
int eno = 0;