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

Fix warning during precompilation #297

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Fix warning during precompilation #297

merged 1 commit into from
Dec 1, 2022

Conversation

thchr
Copy link
Contributor

@thchr thchr commented Sep 20, 2022

JuliaLang/julia#46608 gave rise to a warning during precompilation of SnoopCompile:

julia> using SnoopCompile
[ Info: Precompiling SnoopCompile [aa65fe97-06da-5843-b5b1-d5d13cad87d2]
WARNING: method definition for precompilable_time at /home/tchr/.julia/packages/SnoopCompile/J3dtR/src/parcel_snoopi_deep.jl:290 declares type variable T but does not use it.

On Julia master, JuliaLang/julia#46608 gave rise to a precompilation warning for SnoopCompile:

```jl
julia> using SnoopCompile
[ Info: Precompiling SnoopCompile [aa65fe97-06da-5843-b5b1-d5d13cad87d2]
WARNING: method definition for precompilable_time at /home/tchr/.julia/packages/SnoopCompile/J3dtR/src/parcel_snoopi_deep.jl:290 declares type variable T but does not use it.
```
@timholy timholy merged commit 7d779d9 into timholy:master Dec 1, 2022
@timholy
Copy link
Owner

timholy commented Dec 1, 2022

Thanks!

@thchr thchr deleted the patch-1 branch December 1, 2022 12:11
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 this pull request may close these issues.

2 participants