diff --git a/include/valijson/adapters/property_tree_adapter.hpp b/include/valijson/adapters/property_tree_adapter.hpp index 6121914..2957d1c 100644 --- a/include/valijson/adapters/property_tree_adapter.hpp +++ b/include/valijson/adapters/property_tree_adapter.hpp @@ -360,17 +360,17 @@ public: return false; } - bool getBool(bool &result) const + bool getBool(bool &) const { return false; } - bool getDouble(double &result) const + bool getDouble(double &) const { return false; } - bool getInteger(int64_t &result) const + bool getInteger(int64_t &) const { return false; }