MikeLankamp / fpm

C++ header-only fixed-point math library
https://mikelankamp.github.io/fpm
MIT License
649 stars 79 forks source link

Remove unused variable in pow(). #30

Closed j-jorge closed 2 years ago

j-jorge commented 2 years ago

This variable triggers a warning because it is not used, so we may as well remove it :)

MikeLankamp commented 2 years ago

Thanks for fixing this!