mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Try to see if coverity annotations should be in lower case
The current one did not work.
This commit is contained in:
parent
f4f84ef9a3
commit
1de8ab6ed5
@ -550,7 +550,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt)
|
|||||||
else {
|
else {
|
||||||
Layout lay;
|
Layout lay;
|
||||||
// false positive from coverity
|
// false positive from coverity
|
||||||
// coverity[CHECKED_RETURN]
|
// coverity[checked_return]
|
||||||
readStyle(lexrc, lay);
|
readStyle(lexrc, lay);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user