(flags_argmatch): Return void, not int,

to pacify ./configure --enable-gcc-warnings.
This commit is contained in:
Paul Eggert
2006-07-09 19:48:45 +00:00
parent f2e690d8c3
commit 80ac75bcb6

View File

@@ -81,7 +81,7 @@ extern char *program_name;
* *
* The special value 0 resets the flags to 0. * The special value 0 resets the flags to 0.
*/ */
static int static void
flags_argmatch (const char *option, flags_argmatch (const char *option,
const char * const keys[], const int values[], const char * const keys[], const int values[],
int *flags, char *args) int *flags, char *args)