aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/handle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle.hpp')
-rw-r--r--src/handle.hpp1
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;
}
};