We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0579ae3 commit b591d8aCopy full SHA for b591d8a
include/yaml-cpp/node/impl.h
@@ -42,7 +42,7 @@ inline Node::Node(const detail::iterator_value& rhs)
42
m_pMemory(rhs.m_pMemory),
43
m_pNode(rhs.m_pNode) {}
44
45
-inline Node::Node(const Node& rhs) = default;
+inline Node::Node(const Node&) = default;
46
47
inline Node::Node(Zombie)
48
: m_isValid(false), m_invalidKey{}, m_pMemory{}, m_pNode(nullptr) {}
0 commit comments