From: Fabian Keil Date: Tue, 19 May 2009 17:44:54 +0000 (+0000) Subject: Fix clang warning: Value stored to 'i' is never read. X-Git-Tag: v_3_0_13~83 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40HIDE-CONTENT-DISPOSITION?a=commitdiff_plain;h=0b3c51a627189ae9f63bdcd35fee5889feda50cc;p=privoxy.git Fix clang warning: Value stored to 'i' is never read. --- diff --git a/pcrs.c b/pcrs.c index 2e044520..c513251a 100644 --- a/pcrs.c +++ b/pcrs.c @@ -1,4 +1,4 @@ -const char pcrs_rcs[] = "$Id: pcrs.c,v 1.31 2009/05/19 17:42:32 fabiankeil Exp $"; +const char pcrs_rcs[] = "$Id: pcrs.c,v 1.32 2009/05/19 17:44:22 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/pcrs.c,v $ @@ -481,7 +481,7 @@ pcrs_job *pcrs_compile_command(const char *command, int *errptr) char *tokens[4]; pcrs_job *newjob; - i = k = l = 0; + k = l = 0; /* * Tokenize the perl command