coverity#1158175 Missing break in switch, assuming its intentional
Change-Id: Ia0f1951f1e3edcd858a37ea091550feb2b9fd451
This commit is contained in:
@@ -502,6 +502,7 @@ void OSQLParseNode::impl_parseNodeToString_throw(OUStringBuffer& rString, const
|
|||||||
}
|
}
|
||||||
bHandled = true;
|
bHandled = true;
|
||||||
}
|
}
|
||||||
|
//fall-through
|
||||||
case odbc_call_spec:
|
case odbc_call_spec:
|
||||||
case subquery:
|
case subquery:
|
||||||
case term:
|
case term:
|
||||||
|
Reference in New Issue
Block a user