Skip to content

Commit

Permalink
Add missing sign for cppcheck --template argument
Browse files Browse the repository at this point in the history
Closes #1304.
  • Loading branch information
elextr authored and eht16 committed Feb 13, 2024
1 parent 74637c1 commit fa29752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cppcheck.mk
Expand Up @@ -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) \
Expand Down

0 comments on commit fa29752

Please sign in to comment.