Merge "Fix implicit-fallthrough warnings."

am: 8f520e6f83

Change-Id: I61659e7303d4c75d17343d43b6e5091d005e2934
This commit is contained in:
Chih-Hung Hsieh
2018-10-19 17:31:02 -07:00
committed by android-build-merger

View File

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