Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master e11db2e: Rename parameter if_index to stop clang warn

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Jul 2014 14:25:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e11db2ea032080f07e38acb00b2e4ea3a224b366
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e11db2e by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):

    Rename parameter if_index to stop clang warning:
    
    capture_opts.c:1017:61: error: declaration of 'index' shadows a global declaration [-Werror=shadow]
    
    Change-Id: Ie409b4fa7abeb85e460bea398735cdc98d9034b1
    Reviewed-on: https://code.wireshark.org/review/3041
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  5607620   Fix buildbot issues with commit f8f3239bb03487de1844ab0f6df0ba693322ce4b from change 3016.
    adds  e11db2e   Rename parameter if_index to stop clang warning:


Summary of changes:
 capture_opts.c |    6 +++---
 capture_opts.h |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)