X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.cpp;h=612539843f0b2148574d4eb3cb512ce113786e6e;hb=28be7d552f62cc02fa86d7f79201d089bfb2d7b5;hp=b127f24f1162edba4e14ef2672d1f3bc189037cf;hpb=17ab47b3e6acafae8f11e6363ee64252b26c81e7;p=lyx.git diff --git a/src/TextClass.cpp b/src/TextClass.cpp index b127f24f11..612539843f 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -549,9 +549,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); + // signal to coverity that we do not care about the result + (void)readStyle(lexrc, lay); } break; }