Menu

#145 pymol svn produces many warnings with -Wunused-function and -Wunused-variable

v1.7.0.0
open
nobody
None
5
2013-12-20
2013-12-20
No

The build of pymol svn with Clang 5.0 using -Wall produces a rather large number of warnings from -Wunused-function and -Wunused-variable. Since pymol is built as shared modules this code can't be pruned with the dead-code elimination at -O4. This dead code should either be removed or wrapped with preprocessor conditionals to avoid compiling it.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.