Fix out-of-bounds read when cropping JPEG2000 images (#1654).
[dcpomatic.git] / hacks / cppcheck
1 #!/bin/bash
2 cppcheck --enable=all --quiet -U check . > log 2>&1