From 86438b558aaeb758d8770144c9e2fe70fdc4ee8a Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 11 May 2019 21:57:59 +0200 Subject: build: Fix minor compiler warnings --- src/cgg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgg.c') diff --git a/src/cgg.c b/src/cgg.c index 13a7389..c6ff3dc 100644 --- a/src/cgg.c +++ b/src/cgg.c @@ -51,7 +51,7 @@ static int jobs = 0; /* * parse_cmd: parse commandline and fill global variable parameters */ -gboolean +static gboolean parse_cmd (int argc, char *argv[]) { static GOptionEntry entries[] = -- cgit v1.2.3