]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
authorChristopher Jones <sixd@php.net>
Tue, 20 Aug 2013 01:26:58 +0000 (18:26 -0700)
committerChristopher Jones <sixd@php.net>
Tue, 20 Aug 2013 01:26:58 +0000 (18:26 -0700)
commitee7f6e7d0d75c9d69ca5f06548905a3635e75d8c
tree754887cf26a7802c5dbd8501e8b41d90d448b53b
parent33ff44199676d72948a6a3b03f6017ba799b09f8
parent1a00b9bd264ba2495930be05cd0ed2b1c13b8ef8
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/repository/php-src:
  Remove compile warning:    warning: unused variable ‘j’ [-Wunused-variable]
  Remove compile warnings:   warning: variable ‘lastch’ set but not used [-Wunused-but-set-variable]   warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
  Remove compile warning: variable ‘streamp’ set but not used [-Wunused-but-set-variable]
  Remove compile warnings:   variable ‘obj_cnt’ set but not used [-Wunused-but-set-variable]   unused variable ‘last’ [-Wunused-variable]   unused variable ‘j’ [-Wunused-variable]
  Remove compile warning "variable ‘mekeylen’ set but not used"
  Reduce (some more) compile noise of 'unused variable' and 'may be used uninitialized' warnings.