diff --git a/tools/ci/cpp_check.py b/tools/ci/cpp_check.py index 5e7e100525..4aaac03e39 100644 --- a/tools/ci/cpp_check.py +++ b/tools/ci/cpp_check.py @@ -33,6 +33,7 @@ class CPPCheck: '-I thread/components/finsh', # it's okay because CI will do the real compilation to check this '--suppress=syntaxError', + '--check-level=exhaustive', '--enable=warning', 'performance', 'portability',