absl::Status::IgnoreError

Ignores any errors.

Synopsis

Declared in <absl/status/status.h>

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.