X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVCBackend.cpp;h=2235c073f41e35527b7d3617034b61f5fbdae268;hb=7d4292918e6bf66649229e2946e6ac0a30694494;hp=e0d9b4cce48138ce8d7b62fecb5c81d357a33be8;hpb=89985bebf92e8342514f2a17e88792093ed8c50d;p=lyx.git diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index e0d9b4cce4..2235c073f4 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -31,6 +31,7 @@ #include "support/TempFile.h" #include +#include using namespace std; using namespace lyx::support; @@ -566,6 +567,8 @@ void CVS::scanMaster() // Ok extract the fields. smatch sm; + // false positive from coverity + // coverity[CHECKED_RETURN] regex_match(line, sm, reg); //sm[0]; // whole matched string