diff --git a/src/tools/one_version/one_version_main.cc b/src/tools/one_version/one_version_main.cc index 26c8734432e7c5..577df968134f09 100644 --- a/src/tools/one_version/one_version_main.cc +++ b/src/tools/one_version/one_version_main.cc @@ -45,7 +45,9 @@ int main(int argc, char *argv[]) { if (tokens.MatchAndSet("--output", &output_file) || tokens.MatchAndSet("--succeed_on_found_violations", &succeed_on_found_violations) || + // TODO(b/366268295): remove once the flag is no longer used tokens.MatchAndSet("--whitelist", &allowlist_file) || + tokens.MatchAndSet("--allowlist", &allowlist_file) || tokens.MatchAndSet("--inputs", &inputs)) { } else { std::cerr << "error: bad command line argument " << tokens.token()