mirror of
https://github.com/lsdlsd88/JC4827W543.git
synced 2026-03-23 02:29:25 +00:00
2 lines
193 B
Bash
2 lines
193 B
Bash
cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force
|