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: 451a33e75eb940b5d3072f98f66f3114be21c655 https://github.com/geany/geany-plugins/commit/451a33e75eb940b5d3072f98f66f31...
Log Message: ----------- cppcheck: Use cppcheck's own gtk support
It's a lot more comprehensive (although it still lacks a few details) and allows finding more logic errors.
Modified Paths: -------------- build/cppcheck-geany-plugins.cfg build/cppcheck.mk
Modified: build/cppcheck-geany-plugins.cfg 2 lines changed, 0 insertions(+), 2 deletions(-) =================================================================== @@ -6,6 +6,4 @@ <define name="G_GSSIZE_FORMAT" value=""li""/> <define name="G_GINT64_MODIFIER" value=""l""/> <define name="G_DIR_SEPARATOR_S" value=""/""/> - <define name="G_DEFINE_TYPE(TN, t_n, T_P)" value=""/> - <define name="G_DEFINE_BOXED_TYPE(TypeName,type_name,copy_func,free_func)" value=""/> </def>
Modified: build/cppcheck.mk 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -4,6 +4,7 @@ if HAVE_CPPCHECK check-cppcheck: $(srcdir) $(CPPCHECK) \ -q --template=gcc --error-exitcode=2 \ + --library=gtk \ --library=$(top_srcdir)/build/cppcheck-geany-plugins.cfg \ -I$(GEANY_INCLUDEDIR)/geany \ -UGEANY_PRIVATE \
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org