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:
parent
eedaaf7016
commit
fbd9407646
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user