X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLength.cpp;h=a55d2ef8becf6a56b80e54be503db652188ed57d;hb=3a6af2c1a49b2fc16f13bfd4f3230b0ad487237f;hp=d862f40213d3a4bdea1e834bc0f3cf586d1b1616;hpb=c0ce79452f0d286255bcbdf04b8d601a9a734e8d;p=lyx.git diff --git a/src/Length.cpp b/src/Length.cpp index d862f40213..a55d2ef8be 100644 --- a/src/Length.cpp +++ b/src/Length.cpp @@ -355,6 +355,8 @@ GlueLength::GlueLength(Length const & len, Length const & plus, GlueLength::GlueLength(string const & data) { + // false positive from coverity + // coverity[CHECKED_RETURN] isValidGlueLength(data, this); }