Remove [[nodiscard]] (#108)

This commit is contained in:
Ken Van Hoeylandt
2024-12-05 23:25:31 +01:00
committed by GitHub
parent 422bc01fdb
commit c6f1cd6098
9 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ public:
*
* @return thread state from ThreadState
*/
[[nodiscard]] State getState() const;
State getState() const;
/** Start Thread
*