mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
False positive on coverity #23366.
This commit is contained in:
parent
7aa6f972da
commit
3703a0235c
@ -376,6 +376,8 @@ bool InsetExternalParams::read(Buffer const & buffer, Lexer & lex)
|
|||||||
|
|
||||||
if (lyxerr.debugging(Debug::EXTERNAL)) {
|
if (lyxerr.debugging(Debug::EXTERNAL)) {
|
||||||
lyxerr << "InsetExternalParams::read:\n";
|
lyxerr << "InsetExternalParams::read:\n";
|
||||||
|
// false positive
|
||||||
|
// coverity[NEGATIVE_RETURNS]
|
||||||
write(buffer, lyxerr);
|
write(buffer, lyxerr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user