X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_strlist.c;h=6b7d8e8f8b42b343b35a2588a893172db080bb79;hp=4e316dba51015abe1bc13adac173ec2aa3b9e7d9;hb=16c6fe5263376a96a49b9b377d14bd58a7ae99b6;hpb=87db9817d428282792c8146d9c2ae9748ebf6f1e diff --git a/php_http_strlist.c b/php_http_strlist.c index 4e316db..6b7d8e8 100644 --- a/php_http_strlist.c +++ b/php_http_strlist.c @@ -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 | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -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)