From: Karel Zak Date: Tue, 17 Jan 2012 16:23:01 +0000 (+0100) Subject: blockdev: remove non-ANSI function declaration [smatch scan] X-Git-Tag: v2.21-rc1~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16bd8025616743dd4287bca057428d6432560f90;p=thirdparty%2Futil-linux.git blockdev: remove non-ANSI function declaration [smatch scan] Signed-off-by: Karel Zak --- diff --git a/disk-utils/blockdev.c b/disk-utils/blockdev.c index 71796bfe46..ee926c960d 100644 --- a/disk-utils/blockdev.c +++ b/disk-utils/blockdev.c @@ -462,7 +462,7 @@ static void report_device(char *device, int quiet) close(fd); } -static void report_header() +static void report_header(void) { printf(_("RO RA SSZ BSZ StartSec Size Device\n")); }