Fix release compile
This commit is contained in:
parent
00b26c3a83
commit
558050939f
@ -263,6 +263,8 @@ bool JSONDocument::operator==(const JSONDocument& rhs) const {
|
||||
default:
|
||||
assert(false);
|
||||
}
|
||||
// it can't come to here, but we don't want the compiler to complain
|
||||
return false;
|
||||
}
|
||||
|
||||
JSONDocument::ItemsIteratorGenerator JSONDocument::Items() const {
|
||||
|
Loading…
Reference in New Issue
Block a user