X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.cpp;h=b282ba380261a5277d97448ce9eb2d08212a2c3e;hb=355395174bf50e1a3b8514e8eebec978c496d6ba;hp=e1e40272ea0651b71c21a9f657feead535c7cf56;hpb=2db62cf5d548ac6307134496b1fa8fbb8422327d;p=features.git diff --git a/src/TextClass.cpp b/src/TextClass.cpp index e1e40272ea..b282ba3802 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -528,6 +528,8 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt) // Either way, we just scan the rest and discard it else { Layout lay; + // false positive from coverity + // coverity[CHECKED_RETURN] readStyle(lexrc, lay); } break;