diff options
Diffstat (limited to 'src/cancel.cpp')
-rw-r--r-- | src/cancel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cancel.cpp b/src/cancel.cpp index f093905..2fdd1ef 100644 --- a/src/cancel.cpp +++ b/src/cancel.cpp | |||
@@ -249,7 +249,7 @@ LUAG_FUNC(thread_cancel) | |||
249 | 249 | ||
250 | case CancelResult::Cancelled: | 250 | case CancelResult::Cancelled: |
251 | lua_pushboolean(L_, 1); // true | 251 | lua_pushboolean(L_, 1); // true |
252 | _lane->pushThreadStatus(L_); // true status | 252 | std::ignore = _lane->pushThreadStatus(L_); // true status |
253 | break; | 253 | break; |
254 | } | 254 | } |
255 | STACK_CHECK(L_, 2); | 255 | STACK_CHECK(L_, 2); |