From 8e6ffb16bc505da082dc5cd9f3ead533edbb49d1 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Tue, 22 Oct 2024 08:00:05 +1000 Subject: [PATCH] Add QgsSetRequestInitiatorClass macro to cppcheck --- scripts/cppcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cppcheck.sh b/scripts/cppcheck.sh index a05b57164cdd..974feec5d792 100755 --- a/scripts/cppcheck.sh +++ b/scripts/cppcheck.sh @@ -46,6 +46,7 @@ cppcheck --library=qt.cfg --inline-suppr \ -DSIP_ENUM_BASETYPE = \ -DQT3D_FUNCTOR = \ -DQgsSetCPLHTTPFetchOverriderInitiatorClass = \ + -DQgsSetRequestInitiatorClass = \ -DBUILTIN_UNREACHABLE="__builtin_unreachable();" \ -i src/analysis/georeferencing/qgsgcptransformer.cpp \ -j $(nproc) \