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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user