We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6575d commit 1ac6c3eCopy full SHA for 1ac6c3e
1 file changed
lib/cppcheck.cpp
@@ -1426,7 +1426,7 @@ void CppCheck::executeAddons(const std::string& dumpFile)
1426
if (!dumpFile.empty()) {
1427
std::vector<std::string> f{dumpFile};
1428
executeAddons(f);
1429
- if (!mSettings.dump && mSettings.buildDir.empty())
+ if (!mSettings.dump)
1430
std::remove(dumpFile.c_str());
1431
}
1432
0 commit comments