[#absl-Status-IgnoreError] = xref:absl.adoc[absl]::xref:absl/Status.adoc[Status]::IgnoreError :relfileprefix: ../../ :mrdocs: Ignores any errors. == Synopsis Declared in `<absl/status/status.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void IgnoreError() const; ---- == Description This method does nothing except potentially suppress complaints from any tools that are checking that errors are not dropped on the floor. [.small]#Created with https://www.mrdocs.com[MrDocs]#