Fix for modern compiler.

* src/argparse.c (show_version): It's no args.

--

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2022-09-15 13:45:35 +09:00
parent eedaaf7016
commit fbd9407646
No known key found for this signature in database
GPG Key ID: 640114AF89DE6054

View File

@ -1388,7 +1388,7 @@ show_help (ARGPARSE_OPTS *opts, unsigned int flags)
} }
static void static void
show_version () show_version (void)
{ {
const char *s; const char *s;
int i; int i;