Without this, cppcheck will throw errors like

store/scptreestore.c:1990:37: warning: syntax error [syntaxError]
  g_param_spec_boolean("sublevels", P_("Sublevels"),

This is probably caused by the P_() macro if GETTEXT_PACKAGE is not set.

Admittedly, this is the easy way to fix or better workaround it. But I guess this is OK. Otherwise, make a better PR :).

The new cppcheck error breaks the night builds on Debian Unstable (https://www.geany.org/download/nightly-builds/).


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany-plugins/pull/1264

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1264@github.com>