We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS Sierra 10.12.6, Xcode-9.0, Macports with a lot of packages including OpenSSL-1.0.2l and gnuregex in /opt/local.
OpenSSL-1.0.2l
gnuregex
/opt/local
$ ./build.sh cmake version 3.9.4 . . . . . /Users/uri/src/encfs/encfs/BlockFileIO.cpp:129:41: warning: comparison of integers of different signs: 'const size_t' (aka 'const unsigned long') and 'const int' [-Wsign-compare] if (partialOffset == 0 && req.dataLen <= _blockSize) { ~~~~~~~~~~~ ^ ~~~~~~~~~~ /Users/uri/src/encfs/encfs/BlockFileIO.cpp:168:19: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'ssize_t' (aka 'long') [-Wsign-compare] CHECK(cpySize <= readSize); ~~~~~~~ ^ ~~~~~~~~ . . . . .
The text was updated successfully, but these errors were encountered:
Yes this is related to #407, compilation warnings have just been enabled. Goal would be to correct them before 1.9.3 release 👍
Sorry, something went wrong.
No branches or pull requests
MacOS Sierra 10.12.6, Xcode-9.0, Macports with a lot of packages including
OpenSSL-1.0.2l
andgnuregex
in/opt/local
.The text was updated successfully, but these errors were encountered: