Merge pull request #7110 from cgundogan/pr/native_fallthrough

native: add break to satisfy compiler gcc-7.1.1
This commit is contained in:
Martine Lenders 2017-05-30 14:20:01 +02:00 committed by GitHub
commit 2e0133d1df

View File

@ -290,6 +290,7 @@ __attribute__((constructor)) static void startup(int argc, char **argv, char **e
case 0:
case 'h':
usage_exit(EXIT_SUCCESS);
break;
case 'i':
_native_id = atol(optarg);
break;