Skip to content

Commit

Permalink
iox-eclipse-iceoryx#583 fix warnings for dds folder
Browse files Browse the repository at this point in the history
Signed-off-by: Manel Melaouhi <external.Manel.Melaouhi@de.bosch.com>
  • Loading branch information
manel94 authored and marthtz committed Mar 25, 2021
1 parent 8d26483 commit f2a1234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iceoryx_dds/include/iceoryx_dds/gateway/iox_to_dds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ class Iceoryx2DDSGateway : public gateway_t
private:
/// @brief Setup the channel for the given service
/// @param[in] service service description of the service to create a channel for
/// @param[in] SubscriberOptions the Subscriber Options options with historyCapacity and queueCapacity
/// @param[in] subscriberOptions the Subscriber Options options with historyCapacity and queueCapacity
/// @return an expected containing a copy of the added channel, otherwise an error
cxx::expected<channel_t, gw::GatewayError> setupChannel(const capro::ServiceDescription& service,
const popo::SubscriberOptions&) noexcept;
const popo::SubscriberOptions& subscriberOptions) noexcept;
};

} // namespace dds
Expand Down

0 comments on commit f2a1234

Please sign in to comment.