]> git.lyx.org Git - features.git/blobdiff - src/TextClass.cpp
Mark a number of coverity false positives.
[features.git] / src / TextClass.cpp
index e1e40272ea0651b71c21a9f657feead535c7cf56..b282ba380261a5277d97448ce9eb2d08212a2c3e 100644 (file)
@@ -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;