Fix a build warning.

This commit is contained in:
Andreas Schneider 2008-05-09 11:30:53 +02:00
parent 7f3cba1517
commit 87a2805a91

View file

@ -30,6 +30,9 @@ static error_t parse_opt (int key, char *arg, struct argp_state *state) {
*/
struct argument_s *arguments = state->input;
/* arg is currently not used */
(void) arg;
switch (key) {
case 'n':
arguments->nofork = 1;