Wireshark-commits: [Wireshark-commits] master 2c31279: exntest.c: Create local functions to handle

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Jul 2016 01:49:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c3127940ad65ce503dba1308549719e57f87458
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2c31279 by Michael Mann (mmann78@xxxxxxxxxxxx):

    exntest.c: Create local functions to handle "nesting" TRY/CATCH macros to fix shadow warnings.
    
    Found by VS Code Analysis, although it appears it's been discovered before
    and warranted the DIAG_ON/OFF macros.  Those have been removed as this is
    believed to be a good solution.
    
    Change-Id: I376d816855366d55affe7b9e4b8616509aa4e7fe
    Reviewed-on: https://code.wireshark.org/review/16447
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  8428d3a   Squelch compiler warnings.
    adds  2c31279   exntest.c: Create local functions to handle "nesting" TRY/CATCH macros to fix shadow warnings.


Summary of changes:
 epan/exntest.c |   88 +++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 52 insertions(+), 36 deletions(-)