Wireshark-commits: [Wireshark-commits] master 6e03daf: Try to suppress clang warnings in exntest.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Jan 2015 23:11:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e03daf77fb68f6ecab845a16e10357f3358fa99
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6e03daf by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Try to suppress clang warnings in exntest.
    
    Nested TRYs result in:
    
        warning: declaration shadows a local variable
    
    Change-Id: Ifaa7baebde0ea4c18be5a53ab7e7964e84716496
    Reviewed-on: https://code.wireshark.org/review/6347
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  119f564   MBIM: call dissector_(add|delete)_uint only when necessary
    adds  6e03daf   Try to suppress clang warnings in exntest.


Summary of changes:
 epan/exntest.c |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)