Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1726 UNIX build uses C++17 and can use plain [[ma…
Browse files Browse the repository at this point in the history
…ybe_unused]]

Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Jan 16, 2023
1 parent d103114 commit 187bc98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

#define IOX_FALLTHROUGH [[fallthrough]]

#define IOX_MAYBE_UNUSED [[gnu::unused]]
#define IOX_MAYBE_UNUSED [[maybe_unused]]

#endif // IOX_HOOFS_UNIX_PLATFORM_ATTRIBUTES_HPP

0 comments on commit 187bc98

Please sign in to comment.