1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

Merge branch 'PHP-5.5'

* PHP-5.5:
  Remove compile warning:
      warning: unused variable ‘j’ [-Wunused-variable]
This commit is contained in:
Christopher Jones
2013-08-19 17:58:53 -07:00
+1 -1
View File
@@ -600,7 +600,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;