Restore use of SystemFontDialog so that system fonts can be selected on Windows ...
[dcpomatic.git] / hacks / cppcheck
1 #!/bin/bash
2 cppcheck --enable=all --quiet -U check . > log 2>&1