We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent be2cd18 commit b1065f8Copy full SHA for b1065f8
scripts/cppcheck.sh
@@ -19,6 +19,8 @@ LOG_FILE=/tmp/cppcheck_qgis.txt
19
rm -f ${LOG_FILE}
20
echo "Checking ${SCRIPT_DIR}/../src ..."
21
22
+# qgsgcptransformer.cpp causes an effective hang on newer cppcheck!
23
+
24
cppcheck --library=qt.cfg --inline-suppr \
25
--template='{file}:{line},{severity},{id},{message}' \
26
--enable=all --inconclusive --std=c++11 \
@@ -34,6 +36,7 @@ cppcheck --library=qt.cfg --inline-suppr \
34
36
-DQ_NOWARN_DEPRECATED_PUSH= \
35
37
-DQ_NOWARN_DEPRECATED_POP= \
38
-DQ_DECLARE_OPAQUE_POINTER= \
39
+ -i src/analysis/georeferencing/qgsgcptransformer.cpp \
40
-j $(nproc) \
41
${SCRIPT_DIR}/../src \
42
>>${LOG_FILE} 2>&1 &
0 commit comments