From 91d1b4a25cde7d41f92f48ed5a5679bee0831892 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 17 Jun 2009 10:21:31 +0200 Subject: build: avoid new warnings * debug/clearfat/clearfat.c (usage): Declare static. * partprobe/partprobe.c (usage): Likewise. * libparted/cs/natmath.c (abs_mod, extended_euclid): Declare static. * libparted/timer.c (PED_TIMER_START_DELAY): Remove unused definition. * libparted/unit.c (ped_unit_format_custom_byte): Remove an unnecessary cast-to-double. --- debug/clearfat/clearfat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug') diff --git a/debug/clearfat/clearfat.c b/debug/clearfat/clearfat.c index 69bc357..727dca9 100644 --- a/debug/clearfat/clearfat.c +++ b/debug/clearfat/clearfat.c @@ -55,7 +55,7 @@ #define AUTHORS \ "" -void +static void usage (int status) { if (status != EXIT_SUCCESS) -- cgit v1.2.1