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(-)