Update scripts/cppcheck.sh

Co-authored-by: Even Rouault <even.rouault@spatialys.com>
This commit is contained in:
Benoit D.-M. - oslandia 2025-01-27 17:07:38 +01:00 committed by Loïc Bartoletti
parent 78463c0226
commit 6ca514013c

View File

@ -19,7 +19,7 @@ SRC_DIR=${1:-${SCRIPT_DIR}/../src}
LOG_FILE=/tmp/cppcheck_qgis.txt LOG_FILE=/tmp/cppcheck_qgis.txt
rm -f ${LOG_FILE} rm -f ${LOG_FILE}
echo "Checking ${SCRIPT_DIR}/${SRC_DIR} ..." echo "Checking ${SRC_DIR} ..."
# qgsgcptransformer.cpp causes an effective hang on newer cppcheck! # qgsgcptransformer.cpp causes an effective hang on newer cppcheck!