From: Christopher Jones Date: Tue, 20 Aug 2013 00:58:42 +0000 (-0700) Subject: Remove compile warning: X-Git-Tag: php-5.5.6RC1~19^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a00b9bd264ba2495930be05cd0ed2b1c13b8ef8;p=php Remove compile warning: warning: unused variable ā€˜j’ [-Wunused-variable] --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index f9493c73c0..4a9fcbc9e3 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -576,7 +576,7 @@ static void add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int s { zval **data; zval *subitem, *subentries; - int i, j = -1; + int i; char *sname; int nid; X509_NAME_ENTRY * ne;