Skip to content

Commit

Permalink
iox-#1394 Fix Axivion warnigs in attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Feb 14, 2023
1 parent d49265d commit 0a9b591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iceoryx_hoofs/include/iceoryx_hoofs/cxx/attributes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ namespace internal
/// compiler an unused variable. "static_cast" produces an useless-cast warning
/// on gcc and this approach solves it cleanly.
template <typename T>
// AXIVION Next Construct AutosarC++19_03-M0.1.8 : No side effects are the intended behavior of the function
inline void IOX_DISCARD_RESULT_IMPL(T&&) noexcept
{
}
Expand Down

0 comments on commit 0a9b591

Please sign in to comment.