Skip to content

Commit

Permalink
Merge pull request eclipse-iceoryx#1833 from ithier/iox-1394-fix-stri…
Browse files Browse the repository at this point in the history
…ng-internal-warnings

iox-eclipse-iceoryx#1394 Fix axivion warnings in "string_internal.hpp"
  • Loading branch information
elBoberido authored Jan 18, 2023
2 parents 54812bd + 6c47ada commit 338e840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct GetSize<std::string>
template <>
struct GetSize<char>
{
static uint64_t call(char c IOX_MAYBE_UNUSED) noexcept
static uint64_t call(char) noexcept
{
return 1U;
}
Expand Down

0 comments on commit 338e840

Please sign in to comment.