diff --git a/src/opros/wait_set.cpp b/src/opros/wait_set.cpp index 56e1181..b798488 100644 --- a/src/opros/wait_set.cpp +++ b/src/opros/wait_set.cpp @@ -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 }