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: af0276752a9d6f51ae7e59b100eaa564dd08d6e1 https://github.com/geany/geany-plugins/commit/af0276752a9d6f51ae7e59b100eaa5...
Log Message: ----------- cppcheck: Define the common plugin defines to their actual values
Modified Paths: -------------- build/cppcheck-geany-plugins.cfg build/cppcheck.mk
Modified: build/cppcheck-geany-plugins.cfg 2 lines changed, 0 insertions(+), 2 deletions(-) =================================================================== @@ -1,7 +1,5 @@ <?xml version="1.0"?> <def format="2"> - <!-- Geany-Plugins macros --> - <define name="PLUGIN" value=""foo""/> <!-- GLib macros --> <define name="G_GSSIZE_FORMAT" value=""li""/> <define name="G_GINT64_MODIFIER" value=""l""/>
Modified: build/cppcheck.mk 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -10,6 +10,7 @@ check-cppcheck: $(srcdir) -UGEANY_PRIVATE \ -DGETTEXT_PACKAGE="$(GETTEXT_PACKAGE)" \ $(filter -j%,$(MAKEFLAGS)) \ + $(LOCAL_AM_CFLAGS) \ $(AM_CPPCHECKFLAGS) $(CPPCHECKFLAGS) \ $(srcdir)
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).