Skip to content

Commit

Permalink
iox-eclipse-iceoryx#938 Remove IOX_MAYBE_UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Feb 18, 2022
1 parent 4bd21d6 commit fcec8dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PortManager::doesViolateCommunicationPolicy(const capro::ServiceDescription& ser

template <typename T, std::enable_if_t<std::is_same<T, iox::build::ManyToManyPolicy>::value>*>
inline cxx::optional<RuntimeName_t>
PortManager::doesViolateCommunicationPolicy(const capro::ServiceDescription& service IOX_MAYBE_UNUSED) noexcept
PortManager::doesViolateCommunicationPolicy(const capro::ServiceDescription&) noexcept
{
// Duplicates are allowed when using n:m policy
return cxx::nullopt;
Expand Down

0 comments on commit fcec8dd

Please sign in to comment.