summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.suppress.cppcheck1
-rw-r--r--src/UIFile.hpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck
index ddbc41b..ec887b7 100644
--- a/.suppress.cppcheck
+++ b/.suppress.cppcheck
@@ -1,6 +1,5 @@
constParameterCallback
constVariablePointer
-duplicateBreak
missingReturn
normalCheckLevelMaxBranches
shadowFunction
diff --git a/src/UIFile.hpp b/src/UIFile.hpp
index cd07aad..d583c6d 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -56,7 +56,6 @@ public:
std::stringstream ss;
ss << "Unable to find " << ui_filename << "\n";
throw std::runtime_error(ss.str());
- return {};
}
};