Skip to content
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

Warning about unused type variables during precompilation #81

Closed
3f6a opened this issue Jul 6, 2023 · 0 comments · Fixed by #82
Closed

Warning about unused type variables during precompilation #81

3f6a opened this issue Jul 6, 2023 · 0 comments · Fixed by #82

Comments

@3f6a
Copy link

3f6a commented Jul 6, 2023

The following warnings are generated during precompilation of this package:

WARNING: method definition for getlength at ~/.julia/packages/Phylo/jUyqV/src/Interface.jl:1038 declares type variable N but does not use it.
WARNING: method definition for getlength at ~/.julia/packages/Phylo/jUyqV/src/Interface.jl:1043 declares type variable N but does not use it.
WARNING: method definition for _addoutbound! at ~/.julia/packages/Phylo/jUyqV/src/Tree.jl:431 declares type variable N but does not use it.
WARNING: method definition for noderoute at ~/.julia/packages/Phylo/jUyqV/src/routes.jl:162 declares type variable RT but does not use it.
WARNING: method definition for _handlez at ~/.julia/packages/Phylo/jUyqV/src/plot.jl:155 declares type variable T but does not use it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant