]> git.lyx.org Git - features.git/commit
Annotate source code to please coverity
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Jun 2016 13:51:07 +0000 (15:51 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Jun 2016 13:51:07 +0000 (15:51 +0200)
commit731dbddd1120ede02e14ec90d3d93207f76f9aec
tree5427ca5a6be06531cda5898b1b35f743f70dbc78
parent5e5440f2f3c11e26084e541d45213fa62e88db99
Annotate source code to please coverity

This code is signalled as a copy and paste error, but it is a false
positive.

According to the documentation, adding a comment starting with
  // coverity[name_of_error]
should be enough to flag the false positive.
src/TextMetrics.cpp