mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +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)) {
|
||||
lyxerr << "InsetExternalParams::read:\n";
|
||||
// false positive
|
||||
// coverity[NEGATIVE_RETURNS]
|
||||
write(buffer, lyxerr);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user