Merge "Fix implicit-fallthrough warnings."
This commit is contained in:
@@ -291,7 +291,7 @@ void parseOptions(int argc, char* argv[]) {
|
|||||||
|
|
||||||
case '?':
|
case '?':
|
||||||
fprintf(stderr, "Unrecognized option '%s'\n", argv[optind - 1]);
|
fprintf(stderr, "Unrecognized option '%s'\n", argv[optind - 1]);
|
||||||
// fall-through
|
[[fallthrough]];
|
||||||
default:
|
default:
|
||||||
error = true;
|
error = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user