Wireshark-commits: [Wireshark-commits] master 5302544: Keep everything unsigned there.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 9 May 2015 01:27:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53025444b7e2f51cf478d01307a9ef8ef1e03b6a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5302544 by Guy Harris (guy@xxxxxxxxxxxx):

    Keep everything unsigned there.
    
    This squelches a warning from Sun/Oracle C, and it's the right thing to
    do in any case, as the LHS of the & operator is unsigned.
    
    Change-Id: I824a82d945f8f2535282bbf466dcd65806c6f695
    Reviewed-on: https://code.wireshark.org/review/8362
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a50eefb   Add some more warnings when building with Sun^WOracle's C compiler.
    adds  5302544   Keep everything unsigned there.


Summary of changes:
 wsutil/type_util.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)