Wireshark-commits: [Wireshark-commits] master 9421af3: Try to fix: warning C6244: Local declaration
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 2 Jul 2015 15:28:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9421af309bcb02a89c7a7d14dcc095afa7c56604
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9421af3 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hides
    previous declaration.
    
    Change-Id: Id0c3b74ac52c427d9c1efdf749dc410bc5bb450f
    Reviewed-on: https://code.wireshark.org/review/9460
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  523ce15   Do not try to display a value_string for FT_FRAMENUM type
    adds  9421af3   Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hides previous declaration.


Summary of changes:
 caputils/airpcap_loader.c     |    6 +++---
 caputils/airpcap_loader.h     |    2 +-
 ui/gtk/airpcap_dlg.c          |   24 ++++++++++++------------
 ui/gtk/airpcap_gui_utils.c    |    4 ++--
 ui/gtk/capture_dlg.c          |    8 ++++----
 ui/gtk/capture_if_dlg.c       |    4 ++--
 ui/gtk/main.c                 |    6 +++---
 ui/gtk/main_airpcap_toolbar.c |   14 +++++++-------
 ui/gtk/main_welcome.c         |    2 +-
 ui/gtk/prefs_dlg.c            |    2 +-
 10 files changed, 36 insertions(+), 36 deletions(-)