Fix use of atleast_version in wscripts (it does nothing, since I don't know when).
[dcpomatic.git] / hacks / cppcheck
1 #!/bin/bash
2 cppcheck --enable=all --quiet -U check . > log 2>&1