cppcheck: removed flag --inconclusive as it was producing some stupid false positives

This commit is contained in:
Pavel Kirienko
2014-02-06 00:08:18 +04:00
parent c8c7a86f99
commit 690e0257dc
+1 -1
View File
@@ -6,5 +6,5 @@
# TODO: with future versions of cppcheck, add --library=glibc
cppcheck . --error-exitcode=1 --quiet --enable=all --platform=unix64 --std=c99 --std=c++11 \
--inconclusive --inline-suppr --force --template=gcc \
--inline-suppr --force --template=gcc \
-Iinclude $@