You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Since C++17 there is nodiscard attribute, that clang supports even for C++14 which is used for our builds.
This diff adds such attribute to Status class and fixes build issues introduced by a new check.
Disabled this attribute for tests and RocksDB tools, since there are too many places where Status is ignored.
Test Plan: Jenkins
Reviewers: mikhail, dmitry
Reviewed By: dmitry
Subscribers: ybase, bogdan
Differential Revision: https://phabricator.dev.yugabyte.com/D8122
No description provided.
The text was updated successfully, but these errors were encountered: