-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
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
Bunch of compiler warnings during compilation of current master current master #407
Comments
And you also needed to add
Is it due to |
Finally, you also said that because of the by default (?) now installed benchmark headers and libraries, a bunch of files must be "removed" before packaging is successful. |
Libraries are removed because they were not occuring in 1.9.2-3, looks like "make install" of "master" installs much files than 1.9.2-3:
If I do not remove them after "make install", RPM build process claims about a lot of files not included but existing -> either subpackages "-devel" and "perftest" will be added or "make install" learn not to include "devel" and "perftest" files by default... |
I just corrected 9 of the above compilation warnings (I gently edited your first post to keep track of modifications). |
Test system:
-> if you want that encfs can be builded proper on latest Enterprise Linux, it should be "somehow" backwards compatible and detect cmake versions < 3. |
For this one :
I finally just committed a fix which should help correctly detecting |
@pbieringy you should still see some |
encfs-master/vendor/github.com/muflihun/easyloggingpp/src/easylogging++.h:
1421x defined but not used [-Wunused-variable]
others have marginal amount:
attached the whole build log (compressed):
rpmbuild-fuse-encfs.log.gz
The text was updated successfully, but these errors were encountered: