Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1036 Remove superfluous clang-tidy suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Sep 4, 2023
1 parent 4c2db05 commit ec17c3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iceoryx_dust/source/posix_wrapper/message_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ MessageQueue& MessageQueue::operator=(MessageQueue&& other) noexcept
<< "\" during move operation - resource leaks are possible!" << std::endl;
}

/// NOLINTJUSTIFICATION iox-#1036 will be fixed with the builder pattern
/// NOLINTNEXTLINE(bugprone-use-after-move,hicpp-invalid-access-moved)
m_name = std::move(other.m_name);
m_attributes = other.m_attributes;
m_mqDescriptor = other.m_mqDescriptor;
Expand Down

0 comments on commit ec17c3a

Please sign in to comment.