Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 30 Apr 2024 20:39:44 UTC Commit: f118d198b6e5b2010f2f9ff9045cd415442ada46 https://github.com/geany/geany-plugins/commit/f118d198b6e5b2010f2f9ff9045cd4...
Log Message: ----------- cppcheck: Undefine GEANY_PRIVATE
Plugins mustn't use this, so cppcheck doesn't need to go down this path.
Modified Paths: -------------- build/cppcheck.mk
Modified: build/cppcheck.mk 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -6,6 +6,7 @@ check-cppcheck: $(srcdir) -q --template=gcc --error-exitcode=2 \ --library=$(top_srcdir)/build/cppcheck-geany-plugins.cfg \ -I$(GEANY_INCLUDEDIR)/geany \ + -UGEANY_PRIVATE \ -DGETTEXT_PACKAGE="$(GETTEXT_PACKAGE)" \ $(filter -j%,$(MAKEFLAGS)) \ $(AM_CPPCHECKFLAGS) $(CPPCHECKFLAGS) \
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).