zsh-workers
 help / color / mirror / code / Atom feed
* unused variable in pcre.c
@ 2011-11-17  5:53 Jun T.
  0 siblings, 0 replies; only message in thread
From: Jun T. @ 2011-11-17  5:53 UTC (permalink / raw)
  To: zsh-workers-zsh.org

I'm getting the following warning:
pcre.c:343: warning: unused variable ‘p’

Index: Src/Modules/pcre.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Modules/pcre.c,v
retrieving revision 1.19
diff -u -r1.19 pcre.c
--- Src/Modules/pcre.c	24 Oct 2011 11:31:25 -0000	1.19
+++ Src/Modules/pcre.c	17 Nov 2011 05:44:47 -0000
@@ -340,7 +340,6 @@
     pcre *pcre_pat;
     const char *pcre_err;
     char *lhstr, *rhre, *lhstr_plain, *rhre_plain, *avar=NULL;
-    char *p;
     int r = 0, pcre_opts = 0, pcre_errptr, capcnt, *ov, ovsize;
     int return_value = 0;
 



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-17 12:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-17  5:53 unused variable in pcre.c Jun T.

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).