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

Unused type variables #88

Open
cossio opened this issue Jul 6, 2023 · 0 comments
Open

Unused type variables #88

cossio opened this issue Jul 6, 2023 · 0 comments

Comments

@cossio
Copy link

cossio commented Jul 6, 2023

I'm getting the following precompilation warnings from SimpleTraits:

WARNING: method definition for hasheight at ~/.julia/packages/SimpleTraits/l1ZsK/src/SimpleTraits.jl:331 declares type variable T but does not use it.
WARNING: method definition for getlength at ~/.julia/packages/SimpleTraits/l1ZsK/src/SimpleTraits.jl:331 declares type variable N but does not use it.
WARNING: method definition for noderoute at ~/.julia/packages/SimpleTraits/l1ZsK/src/SimpleTraits.jl:331 declares type variable RT 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

No branches or pull requests

1 participant