summaryrefslogtreecommitdiff
path: root/tools/run_cppcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_cppcheck.sh')
-rwxr-xr-xtools/run_cppcheck.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_cppcheck.sh b/tools/run_cppcheck.sh
index ab2671d7..1f542141 100755
--- a/tools/run_cppcheck.sh
+++ b/tools/run_cppcheck.sh
@@ -4,4 +4,5 @@
ninja -C _build
cppcheck --project=_build/compile_commands.json --inline-suppr \
--enable=warning,performance,portability,missingInclude \
+ -UHAVE_PRINTF_ALTERNATIVE_INT \
--library=gtk --force --quiet $@