File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 6363 ./cppcheck -q --template=selfcheck --error-exitcode=1 --library=cppcheck-lib --library=qt -D__CPPCHECK__ -D__GNUC__ -DQT_VERSION=0x050000 -DQ_MOC_OUTPUT_REVISION=67 --enable=unusedFunction --exception-handling -rp=. --project=cmake.output/compile_commands.json --suppressions-list=.selfcheck_unused_suppressions --inline-suppr
6464 env :
6565 DISABLE_VALUEFLOW : 1
66+ UNUSEDFUNCTION_ONLY : 1
6667
6768 # the following steps are duplicated from above since setting up the build node in a parallel step takes longer than the actual steps
6869 - name : CMake (no test)
8384 ./cppcheck -q --template=selfcheck --error-exitcode=1 --library=cppcheck-lib --library=qt -D__CPPCHECK__ -D__GNUC__ -DQT_VERSION=0x050000 -DQ_MOC_OUTPUT_REVISION=67 --enable=unusedFunction --exception-handling -rp=. --project=cmake.output.notest/compile_commands.json --suppressions-list=.selfcheck_unused_suppressions --inline-suppr
8485 env :
8586 DISABLE_VALUEFLOW : 1
87+ UNUSEDFUNCTION_ONLY : 1
You can’t perform that action at this time.
0 commit comments