One more warning I overlooked in #4228.

clang reports:

[202/372] Compiling C object libregex.a.p/ctags_gnu_regex_regex.c.o
In file included from ../ctags/gnu_regex/regex.c:63:
../ctags/gnu_regex/regex_internal.c:697:36: warning: variable 'q' set but not used [-Wunused-but-set-variable]
  697 |                   const unsigned char *raw, *p, *q, *end;
      |                                                  ^

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

  https://github.com/geany/geany/pull/4232

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/pull/4232@github.com>