mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +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 {
|
||||
Layout lay;
|
||||
// false positive from coverity
|
||||
// coverity[CHECKED_RETURN]
|
||||
// coverity[checked_return]
|
||||
readStyle(lexrc, lay);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user