Fix release compile

main
Igor Canadi 10 years ago
parent 00b26c3a83
commit 558050939f
  1. 2
      utilities/document/json_document.cc

@ -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…
Cancel
Save