Wireshark-commits: [Wireshark-commits] master b8d96a4: Squelch a compiler warning.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 4 Jul 2015 02:32:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b8d96a45b763cd2e227b325dbc12e1f811b290b0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b8d96a4 by Guy Harris (guy@xxxxxxxxxxxx):

    Squelch a compiler warning.
    
    Some systems still offer the old V7 index()/rindex() routines, in
    addition to the standard strchr()/strrchr() routines, so don't use
    "index" as a variable.  (Maybe the folks at Center 127 were thinking of
    the PL/I index() function, but that's more like strstr(), so it wasn't a
    good choice of name.)
    
    Change-Id: I6193a93684c0684c83357def3d76e0dbd808e29b
    Reviewed-on: https://code.wireshark.org/review/9485
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c60b8ea   ansi_map: fix float literals missing f suffix
    adds  b8d96a4   Squelch a compiler warning.


Summary of changes:
 ui/service_response_time.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)