diff --git a/src/weston-launch.c b/src/weston-launch.c index b8dfb17a..9987d8ee 100644 --- a/src/weston-launch.c +++ b/src/weston-launch.c @@ -703,6 +703,8 @@ main(int argc, char *argv[]) case 'h': help("weston-launch"); exit(EXIT_FAILURE); + default: + exit(EXIT_FAILURE); } }