OSDN Git Service

build: avoid new float-to-double warnings
authorJim Meyering <meyering@redhat.com>
Sat, 3 Dec 2011 13:28:41 +0000 (14:28 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 3 Dec 2011 14:43:29 +0000 (15:43 +0100)
commite9584920f6fe74545be7bced530774ebde624572
tree3d87ce799b5de67c6616cebb0e900f2381c5d272
parenta3b50eb9a85dd9f10edf26925fd246a49abbac0a
build: avoid new float-to-double warnings

* libparted/timer.c (ped_timer_new_nested): Mark literal floating point
constants with "f" suffix, since they are compared against "float"s.
* parted/parted.c (_timer_handler): Likewise.
libparted/timer.c
parted/parted.c