Skip to content

Commit

Permalink
Merge branch 'geany:master' into devhelpplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
liomarhora committed Mar 4, 2024
2 parents 8fa6ef6 + c8da14a commit 54a4faf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build/cppcheck-geany-plugins.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0"?>
<def format="2">
<!-- Geany-Plugins macros -->
<define name="PLUGIN" value="&quot;foo&quot;"/>
<!-- GLib macros -->
<define name="G_GSSIZE_FORMAT" value="&quot;li&quot;"/>
<define name="G_GINT64_MODIFIER" value="&quot;l&quot;"/>
<define name="G_DIR_SEPARATOR_S" value="&quot;/&quot;"/>
<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>
2 changes: 1 addition & 1 deletion build/cppcheck.mk
Original file line number Diff line number Diff line change
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 54a4faf

Please sign in to comment.