Skip to content
Snippets Groups Projects
cppcheck.sh 81 B
#!/bin/sh
cppcheck . --enable=all --xml --verbose --xml-version=2 -j4 2> err.xml