This also fixes a strange error with recent cppcheck version. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1382
-- Commit Summary --
* Geanyprj: remove unused function "true"
-- File Changes --
M geanyprj/src/unittests.c (6)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1382.patch https://github.com/geany/geany-plugins/pull/1382.diff
"true" is a keyword [since C23](https://en.cppreference.com/w/c/keyword) thats the problem.
Merged #1382 into master.
LGTM, merged. This function seems to never have been used, possibly a C&P leftover
github-comments@lists.geany.org