]> git.ipfire.org Git - thirdparty/ccache.git/commit
Use double when calculating cache thresholds
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 23 Apr 2018 19:56:32 +0000 (21:56 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 23 Apr 2018 20:00:13 +0000 (22:00 +0200)
commit359a4078a8adad86bf028cd4d48210379eea0f7b
tree142b022d21362b4b57fa9c6c2a7e7d1abbbf5cef
parent047d387da9d4dfe8a4e5af6b47859e7e8c15be6f
Use double when calculating cache thresholds

We could at least in theory have large enough caches that float’s
precision won’t be enough.

Also removed include of <float.h> which I think is superfluous.
src/ccache.h
src/cleanup.c