cid#1448348 silence Stray semicolon
Change-Id: I4ceeb7099b8f5bfc132ffe1e18c7116de15d55d1 Reviewed-on: https://gerrit.libreoffice.org/76093 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
@@ -290,6 +290,7 @@ public:
|
||||
void WriteAttributes(sal_Int32 nAttribute, const Str& value, Args... rest)
|
||||
{
|
||||
WriteAttribute(nAttribute, value);
|
||||
// coverity[stray_semicolon : FALSE] - coverity parse error
|
||||
if constexpr(sizeof...(rest) > 0)
|
||||
WriteAttributes(rest...);
|
||||
}
|
||||
|
Reference in New Issue
Block a user