From c985a2b104604cede8244cd3af6e50628435dae0 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 14 Sep 2015 23:42:29 +0200 Subject: btrfs-progs: cleanup, update function definitions to be ANSI conformant Sparse reports: warning: non-ANSI function declaration of function and we're using func(void) elsewhere. Signed-off-by: David Sterba --- qgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qgroup.c') diff --git a/qgroup.c b/qgroup.c index 327abd64..ec9a3ac2 100644 --- a/qgroup.c +++ b/qgroup.c @@ -272,7 +272,7 @@ static void print_single_qgroup_table(struct btrfs_qgroup *qgroup) printf("\n"); } -static void print_table_head() +static void print_table_head(void) { int i; int len; -- cgit v1.2.3