Fix de-selecting of drivers in configure by removing non-portable switch to sed.
Silent some compiler and lint warnings.
This commit is contained in:
@@ -131,6 +131,9 @@ int main(int argc, char **argv)
|
||||
main_loop();
|
||||
|
||||
exit_program(EXIT_SUCCESS);
|
||||
|
||||
/* NOTREACHED */
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
@@ -161,6 +164,7 @@ static int process_command_line(int argc, char **argv)
|
||||
case 'h':
|
||||
fprintf(stderr, "%s", help_text);
|
||||
exit(EXIT_SUCCESS);
|
||||
/* NOTREACHED */
|
||||
case 'c':
|
||||
configfile = strdup(optarg);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user