aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/handle.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-17 07:18:45 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-17 07:18:45 +0300
commit9280f9c6a03868eb43634e63918a8ef65b2842cc (patch)
tree49afbee7ce99407f7cbdff461dda10a62a8d78fd /src/handle.hpp
parentadd a cross-table to README (diff)
downloadprivilege-check-9280f9c6a03868eb43634e63918a8ef65b2842cc.tar.gz
privilege-check-9280f9c6a03868eb43634e63918a8ef65b2842cc.zip
code style & compiler warnings fixes
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;
}
};