Wireshark-commits: [Wireshark-commits] master 9fecad7: A temporary variable squelches some warnings

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 11 Apr 2015 19:46:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9fecad775ccb2c766fe9d6b19eb82ac7415361c9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9fecad7 by Guy Harris (guy@xxxxxxxxxxxx):

    A temporary variable squelches some warnings.
    
    GINT32_FROM_BE() and GINT32_TO_BE() both declare local variables, and
    they collide, so warnings are issued if you use them both in the same
    statement.
    
    Change-Id: I87df6cf7f180316692ab5164e25263ff28d5d760
    Reviewed-on: https://code.wireshark.org/review/8015
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0394b01   Retire ws-manifest.pl.
    adds  9fecad7   A temporary variable squelches some warnings.


Summary of changes:
 extcap/androiddump.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)