Fix release compile

This commit is contained in:
Igor Canadi 2014-06-20 12:02:37 +02:00
parent 00b26c3a83
commit 558050939f

View file

@ -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 {