]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: use fabs() instead abs() when argument is double
authorSami Kerola <kerolasa@iki.fi>
Sun, 28 Sep 2014 19:51:51 +0000 (20:51 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 1 Oct 2014 11:09:36 +0000 (13:09 +0200)
commit83aa4ad7975ef3acadff62d9afab973e0feccdb7
tree21ec4002dfb81fb0d5919dfc0d35bbef35ebe023
parentaeeb81317e6887005562b790710f774f09d329c2
hwclock: use fabs() instead abs() when argument is double

sys-utils/hwclock.c:1219:13: warning: using integer absolute value function
      'abs' when argument is of floating point type [-Wabsolute-value]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/hwclock.c