Merge pull request #7110 from cgundogan/pr/native_fallthrough
native: add break to satisfy compiler gcc-7.1.1
This commit is contained in:
commit
2e0133d1df
@ -290,6 +290,7 @@ __attribute__((constructor)) static void startup(int argc, char **argv, char **e
|
|||||||
case 0:
|
case 0:
|
||||||
case 'h':
|
case 'h':
|
||||||
usage_exit(EXIT_SUCCESS);
|
usage_exit(EXIT_SUCCESS);
|
||||||
|
break;
|
||||||
case 'i':
|
case 'i':
|
||||||
_native_id = atol(optarg);
|
_native_id = atol(optarg);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user