Keep everything unsigned there.
authorGuy Harris <guy@alum.mit.edu>
Sat, 9 May 2015 01:26:49 +0000 (18:26 -0700)
committerGuy Harris <guy@alum.mit.edu>
Sat, 9 May 2015 01:27:17 +0000 (01:27 +0000)
commit53025444b7e2f51cf478d01307a9ef8ef1e03b6a
tree5f48dc681d2ae1bd1ed97c43684e8c9d53744eef
parenta50eefbd0f4e5b2499285880fc1618f19696bd3b
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@alum.mit.edu>
wsutil/type_util.c