Reduce compilation noise during normal compilation:
authorChristopher Jones <sixd@php.net>
Wed, 21 Aug 2013 17:34:09 +0000 (10:34 -0700)
committerChristopher Jones <sixd@php.net>
Wed, 21 Aug 2013 17:34:09 +0000 (10:34 -0700)
commitd85827fb7fc6983de6e58cb7412644dca407d67f
treec1ba675202030024b21f6abb7ba6eeb451d5f478
parent618194859205c178a5359e60d8e156763036ddfd
Reduce compilation noise during normal compilation:
    php-5.5/ext/session/session.c:836: warning: unused variable ‘struc’
    php-5.5/ext/session/session.c:836: warning: unused variable ‘num_key’
    php-5.5/ext/session/session.c:836: warning: unused variable ‘key_length’
    php-5.5/ext/session/session.c:836: warning: unused variable ‘key’
    php-5.5/ext/session/session.c:835: warning: unused variable ‘key_type’
    php-5.5/ext/session/session.c:834: warning: unused variable ‘_ht’
    php-5.5/ext/session/session.c:857: warning: unused variable ‘has_value’
    php-5.5/ext/session/session.c:856: warning: unused variable ‘namelen’
    php-5.5/ext/session/session.c:853: warning: unused variable ‘name’
    php-5.5/ext/session/session.c:852: warning: unused variable ‘p’

    php-5.5/ext/session/mod_user.c:191: warning: unused variable ‘ret’
ext/session/mod_user.c
ext/session/session.c