What
Set the OsalReturnType as [[nodiscard]]
enum class [[nodiscard]] OsalReturnType
...
Then fix all remaining errors. Some can be seen after PR #271
e.g.
iprocess.hpp:113
process_group_manager.cpp:369
process_group_manager.cpp:165
- ...
Acceptance Criteria (DoD)
No Warnings with [[nodiscard]] on OsalReturnType
How
No response
What
Set the
OsalReturnTypeas[[nodiscard]]Then fix all remaining errors. Some can be seen after PR #271
e.g.
iprocess.hpp:113process_group_manager.cpp:369process_group_manager.cpp:165Acceptance Criteria (DoD)
No Warnings with
[[nodiscard]]onOsalReturnTypeHow
No response