URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=17ea21f90206b46f942ed06cd1afbddf3b8c02e9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
17ea21f by Guy Harris (guy@xxxxxxxxxxxx):
Make everything unsigned.
The LHS of the & operation is unsigned; make the RHS unsigned as well.
That squelches a Sun/Oracle C warning.
Change-Id: I6983cc89603a512020b8e8b560c00632de6b2fb3
Reviewed-on: https://code.wireshark.org/review/8363
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 5302544 Keep everything unsigned there.
adds 17ea21f Make everything unsigned.
Summary of changes:
wiretap/file_wrappers.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)