Related to now merged #4181 and some warnings it produces during compilation on macOS now.
In addition, there are some general "unused variable" warning eliminations. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/4228 -- Commit Summary -- * regex: Eliminate K&R function parameter syntax to avoid warnings * Define __USE_GNU for compiling all ctags sources * Define __USE_GNU inside tm_ctags.c * Remove unused variables * Avoid warning about unused variable when using quartz -- File Changes -- M ctags/Makefile.am (3) M ctags/gnu_regex/regcomp.c (19) M ctags/gnu_regex/regexec.c (80) M ctags/parsers/geany_lcpp.c (2) M meson.build (9) M src/filetypes.c (2) M src/socket.c (2) M src/tagmanager/tm_ctags.c (2) -- Patch Links -- https://github.com/geany/geany/pull/4228.patch https://github.com/geany/geany/pull/4228.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4228 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/[email protected]>
