]> granicus.if.org Git - php/commitdiff
- silent warning
authorPierre Joye <pajoye@php.net>
Mon, 15 Jun 2009 08:32:38 +0000 (08:32 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 15 Jun 2009 08:32:38 +0000 (08:32 +0000)
ext/standard/basic_functions.c

index 56c8695f3e225e9bc2ef7da23ae0fa673ba0bcfd..14991d27924eae2e404487ff42c45de0d880abbe 100644 (file)
@@ -4173,7 +4173,7 @@ static void free_longopts(opt_struct *longopts)
 static int parse_opts(char * opts, opt_struct ** result)
 {
        opt_struct * paras = NULL;
-       int i, count = 0;
+       unsigned int i, count = 0;
 
        for (i = 0; i < strlen(opts); i++) {
                if ((opts[i] >= 48 && opts[i] <= 57) ||