Skip to content
Snippets Groups Projects
Commit 2e0133d1 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #7110 from cgundogan/pr/native_fallthrough

native: add break to satisfy compiler gcc-7.1.1
parents 386be92a 044fac8d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment