提交 55805093 编写于 作者: I Igor Canadi

Fix release compile

上级 00b26c3a
...@@ -263,6 +263,8 @@ bool JSONDocument::operator==(const JSONDocument& rhs) const { ...@@ -263,6 +263,8 @@ bool JSONDocument::operator==(const JSONDocument& rhs) const {
default: default:
assert(false); assert(false);
} }
// it can't come to here, but we don't want the compiler to complain
return false;
} }
JSONDocument::ItemsIteratorGenerator JSONDocument::Items() const { JSONDocument::ItemsIteratorGenerator JSONDocument::Items() const {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册