summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--QA/Checker/checker.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/QA/Checker/checker.cpp b/QA/Checker/checker.cpp
index 3cc7713..f4ec6f1 100644
--- a/QA/Checker/checker.cpp
+++ b/QA/Checker/checker.cpp
@@ -11,2 +11,4 @@
+#include <boost/algorithm/string/predicate.hpp>
+
#include <gtest/gtest.h>
@@ -45,2 +47,5 @@ int main(int argc, char* argv[]) {
}
+ else if (boost::starts_with(param, "--")) {
+ continue;
+ }
else {