]> git.ipfire.org Git - thirdparty/ccache.git/commit
Use double for limit_multiple
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 24 Oct 2018 20:10:41 +0000 (22:10 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 25 Oct 2018 19:27:31 +0000 (21:27 +0200)
commitdc5dce04cb4d0d31f755763a010abb5631226c35
tree90acc4ae8625cb88ccc6cb6698ecef5b049241f0
parent7295e5d0a2fcd0328f00f80ac044b75b9df80326
Use double for limit_multiple

This allows for removing the -Wno-double-promotion and
-Wno-float-conversion options which are not available for the clang
version currently used for “make analyze”.
configure.ac
src/conf.c
src/conf.h
src/confitems.c
src/confitems.gperf
src/confitems.h
src/confitems_lookup.c
src/stats.c
unittest/framework.c
unittest/framework.h
unittest/test_conf.c