mirror of
https://github.com/vgough/encfs.git
synced 2025-01-02 20:19:11 +01:00
Remove confusinf LARGEFILE warning (#584)
This commit is contained in:
parent
3d262172d5
commit
1486e50a45
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user