aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-04 21:31:17 -0500
committerJack Lloyd <[email protected]>2018-12-04 21:31:17 -0500
commiteb1f48ee1d3f2fccf331e3b97bda10fb10581263 (patch)
tree86c534f057a09833ae759e1cb3ed1e0d66b6d24c /src/tests/tests.h
parentf37e1afc4af8cb70f23431077993463117c87202 (diff)
Fix more MSVC warnings
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r--src/tests/tests.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h
index d21acf6f9..02e1380c5 100644
--- a/src/tests/tests.h
+++ b/src/tests/tests.h
@@ -542,6 +542,10 @@ class VarMap
const std::string& def_value) const;
size_t get_req_sz(const std::string& key) const;
+
+ uint8_t get_req_u8(const std::string& key) const;
+ uint32_t get_req_u32(const std::string& key) const;
+
size_t get_opt_sz(const std::string& key, const size_t def_value) const;
uint64_t get_opt_u64(const std::string& key, const uint64_t def_value) const;