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