Branch: refs/heads/master Author: Lex Trotman elextr@gmail.com Committer: Enrico Tröger enrico.troeger@uvena.de Date: Tue, 13 Feb 2024 22:25:40 UTC Commit: fa2975229932c9b4eadbf0c7a249d4d8d541cdbb https://github.com/geany/geany-plugins/commit/fa2975229932c9b4eadbf0c7a249d4...
Log Message: ----------- Add missing sign for cppcheck --template argument
Closes #1304.
Modified Paths: -------------- build/cppcheck.mk
Modified: build/cppcheck.mk 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -3,7 +3,7 @@ if HAVE_CPPCHECK
check-cppcheck: $(srcdir) $(CPPCHECK) \ - -q --template gcc --error-exitcode=2 \ + -q --template=gcc --error-exitcode=2 \ --library=$(top_srcdir)/build/cppcheck-geany-plugins.cfg \ -I$(GEANY_INCLUDEDIR)/geany \ $(AM_CPPCHECKFLAGS) $(CPPCHECKFLAGS) \
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org