URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4bd3c4d44ddcdf8e98fdf08a425e3a68e9b18395
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4bd3c4d by Guy Harris (guy@xxxxxxxxxxxx):
Remove a cast that now causes rather than squelching warnings.
We're now comparing an unsigned with an expression made mostly of
unsigned, so there's no need to cast the expression to long to squelch
signed vs. unsigned warnings.
Change-Id: I3b8c6f6faf26a9c252eb55d9e69fb298a3ad4c3b
Reviewed-on: https://code.wireshark.org/review/20347
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from b98bb51 Make sure nspr_getv20recordsize() returns an unsigned value.
adds 4bd3c4d Remove a cast that now causes rather than squelching warnings.
Summary of changes:
wiretap/k12.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)