reportProgress
~ProgressReporter
1 parent c331d49 commit 71fa4e8Copy full SHA for 71fa4e8
1 file changed
lib/errorlogger.h
@@ -299,6 +299,8 @@ class CPPCHECKLIB ProgressReporter {
299
}
300
301
~ProgressReporter() {
302
+ if (mReportProgressInterval < 0)
303
+ return;
304
mErrorLogger.reportProgress(mFilename, mStage.c_str(), 100);
305
306
0 commit comments