Reports an error to stderr for all non-ignored unrecognized flags in the provided unrecognized_flags list.
Declared in <absl/flags/parse.h>
void
ReportUnrecognizedFlags(std::vector<UnrecognizedFlag> const& unrecognized_flags);
| Name | Description |
|---|---|
| unrecognized_flags | The unrecognized flags to report. |