Skip to content

Commit

Permalink
suppress lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Feb 22, 2024
1 parent 5df75c9 commit 510987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opros/wait_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ void wait_set::remove(waitable& w) noexcept
// clear wait flags
try {
w.set_waiting_flags(false);
} catch (...) {
} catch (...) { // NOLINT(bugprone-empty-catch)
// ignore error
}

Expand Down

0 comments on commit 510987b

Please sign in to comment.