Try to see if coverity annotations should be in lower case

The current one did not work.
This commit is contained in:
Jean-Marc Lasgouttes 2017-03-02 15:24:12 +01:00
parent f4f84ef9a3
commit 1de8ab6ed5

View File

@ -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;