update package.xml
[m6w6/ext-http] / php_http_strlist.c
index 4e316dba51015abe1bc13adac173ec2aa3b9e7d9..6b7d8e8f8b42b343b35a2588a893172db080bb79 100644 (file)
@@ -6,7 +6,7 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2013, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2014, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
@@ -55,7 +55,7 @@ const char *php_http_strlist_iterator_next(php_http_strlist_iterator_t *iter)
 
 void php_http_strlist_iterator_dtor(php_http_strlist_iterator_t *iter)
 {
-
+       (void) iter;
 }
 
 void php_http_strlist_iterator_free(php_http_strlist_iterator_t **iter)