Wireshark-commits: [Wireshark-commits] master ee86421: Squelch warnings from compilers that don't k

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 3 Feb 2016 21:51:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee864219ff46c65c12df607364dcfc5b4a8710bd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ee86421 by Guy Harris (guy@xxxxxxxxxxxx):

    Squelch warnings from compilers that don't know that (a%b) is always < b.
    
    Change-Id: I71efc87ad6931e5bbac0cbc0f5602eb7101fde54
    Reviewed-on: https://code.wireshark.org/review/13699
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2079e5d   Get rid of an unused variable.
    adds  ee86421   Squelch warnings from compilers that don't know that (a%b) is always < b.


Summary of changes:
 wsutil/sha2.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)