MXC_A39_20240320/MXC-A39/lvgl/scripts/cppcheck_run.sh

2 lines
193 B
Bash
Raw Permalink Normal View History

2024-03-07 11:03:18 +08:00
cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force