]> git.lyx.org Git - features.git/commitdiff
False positive on coverity #23366.
authorRichard Heck <rgheck@lyx.org>
Sun, 12 Jun 2016 03:13:01 +0000 (23:13 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 12 Jun 2016 03:13:01 +0000 (23:13 -0400)
src/insets/InsetExternal.cpp

index 9b9f85c3b43eb823ffdbebec7c78db09260ce066..5a7a07a8e3ba1af988d4c9a8b5f24986cd4fcab4 100644 (file)
@@ -376,6 +376,8 @@ bool InsetExternalParams::read(Buffer const & buffer, Lexer & lex)
 
        if (lyxerr.debugging(Debug::EXTERNAL)) {
                lyxerr  << "InsetExternalParams::read:\n";
+               // false positive
+               // coverity[NEGATIVE_RETURNS]
                write(buffer, lyxerr);
        }