Merge "Fix implicit-fallthrough warnings."

This commit is contained in:
Treehugger Robot
2018-10-20 00:15:20 +00:00
committed by Gerrit Code Review

View File

@@ -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;