Fix errors when a custom size is given which is larger than the container (#2404).
[dcpomatic.git] / hacks / cppcheck
1 #!/bin/bash
2 cppcheck --enable=all --quiet -U check . > log 2>&1