Skip to content
Snippets Groups Projects
Commit 49f6188a authored by Orestis Ousoultzoglou's avatar Orestis Ousoultzoglou
Browse files

Remove cppcheck suppresions

Maybe a thrown error isn't displayed: https://trac.cppcheck.net/ticket/5746
parent 2a1f4702
No related branches found
No related tags found
No related merge requests found
...@@ -12,5 +12,4 @@ echo -e "\u001b[34;1mStarting cppcheck...\u001b[0m" ...@@ -12,5 +12,4 @@ echo -e "\u001b[34;1mStarting cppcheck...\u001b[0m"
echo -e "\u001b[34;1mRunning cppcheck with default checklist...\u001b[0m" echo -e "\u001b[34;1mRunning cppcheck with default checklist...\u001b[0m"
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."
cppcheck --enable=all --inline-suppr --suppress=unusedFunction --suppress=missingIncludeSystem \ cppcheck --enable=all --error-exitcode=1 -I inc src test
--suppress=noExplicitConstructor --error-exitcode=1 -I inc src test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment