mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
Fix release compile
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user