Wireshark-commits: [Wireshark-commits] master f5476e9: Explicitly declare/cast 'unsigned <variable>

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Jun 2014 22:03:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5476e90a014eacbffe4b5449605badbbd6e748e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f5476e9 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>'
    Applying part of Bug 7825
    
    Change-Id: I460b5c61b04d793ccc27c25debbd5e8f08bc6974
    Reviewed-on: https://code.wireshark.org/review/2280
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  319ad97   Add a cast to satisfy the buildbots.
    adds  f5476e9   Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>' Applying part of Bug 7825


Summary of changes:
 wiretap/5views.c      |    2 +-
 wiretap/file_access.c |    2 +-
 wiretap/i4btrace.c    |    6 +++---
 wiretap/iseries.c     |    2 +-
 wsutil/md5.c          |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)