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/).
https://github.com/geany/geany-plugins/pull/1264
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.