mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 09:17:35 +08:00
cppcheck: removed flag --inconclusive as it was producing some stupid false positives
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user