Remove [[nodiscard]] (#108)
This commit is contained in:
committed by
GitHub
parent
422bc01fdb
commit
c6f1cd6098
@@ -154,7 +154,7 @@ public:
|
||||
*
|
||||
* @return thread state from ThreadState
|
||||
*/
|
||||
[[nodiscard]] State getState() const;
|
||||
State getState() const;
|
||||
|
||||
/** Start Thread
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user