JeffreySarnoff / SaferIntegers.jl

These integer types use checked arithmetic, otherwise they are as system types.
MIT License
59 stars 10 forks source link

Unused type parameter in method signature #33

Closed sostock closed 1 year ago

sostock commented 1 year ago

Precompilation warns about the parameter S2 not being used in this method signature: https://github.com/JeffreySarnoff/SaferIntegers.jl/blob/e7fe91b0d4d9bcdf751bf1f5dc4bbf4ea2d3a232/src/pow.jl#L50

sostock commented 1 year ago

Fixed by #34.