summaryrefslogblamecommitdiff
path: root/makecheck1
blob: 790316bf2a0e4c9b79ca6021bddc5b347c11e11f (plain) (tree)
1
2
3

           
                                                                                                                          
#!/bin/bash

cppcheck --enable=style --enable=information --enable=unusedFunction --force -j 5 -v . 1>makecheck.txt 2>makecheck_err.txt