From: Richard Heck Date: Sun, 12 Jun 2016 03:13:01 +0000 (-0400) Subject: False positive on coverity #23366. X-Git-Tag: 2.3.0alpha1~1489 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3703a0235c7929982f121c494b4601690e11ace1;p=features.git False positive on coverity #23366. --- diff --git a/src/insets/InsetExternal.cpp b/src/insets/InsetExternal.cpp index 9b9f85c3b4..5a7a07a8e3 100644 --- a/src/insets/InsetExternal.cpp +++ b/src/insets/InsetExternal.cpp @@ -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); }