diff options
Diffstat (limited to '')
-rw-r--r-- | src/handle.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handle.hpp b/src/handle.hpp index 62670de..282e35d 100644 --- a/src/handle.hpp +++ b/src/handle.hpp @@ -52,6 +52,7 @@ private: return; const auto ret = CloseHandle(raw); assert(ret); + (void) ret; } }; |