From f02c24bd874594ae08c4abacd205ec7f2f53594c Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Wed, 5 Oct 2022 14:11:17 +0100 Subject: [PATCH] Include cppcheck configuration file --- .gitignore | 1 + scripts/geeqie.cppcheck | 62 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 scripts/geeqie.cppcheck diff --git a/.gitignore b/.gitignore index 1f52fc6a..31f067b5 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,7 @@ Makefile.in /build-stamp /debian/geeqie* /debian/files +/geeqie-cppcheck-build-dir # The files that are autocreated(!) /src/gq-marshal.[ch] diff --git a/scripts/geeqie.cppcheck b/scripts/geeqie.cppcheck new file mode 100644 index 00000000..04e85b8c --- /dev/null +++ b/scripts/geeqie.cppcheck @@ -0,0 +1,62 @@ + + + ../geeqie-cppcheck-build-dir + Unspecified + false + true + true + 2 + 100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ENABLE_NLS + G_KEY_FILE_DESKTOP_GROUP + HAVE__NL_TIME_FIRST_WEEKDAY + UNUSED + ZD_EXPORT + + + + + + cairo + gnu + gtk + lua + posix + + + variableScope + + -- 2.20.1