URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cffb18351ff130a5df06e65b87cb9adade74376d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
cffb183 by Guy Harris (guy@xxxxxxxxxxxx):
Cast away some compiler warnings.
We know ignored_bytes is > 0 (if it weren't, we'd have treated that as
an error and exited), so just cast it to guint32 to suppress complaints
about a signed vs. unsigned comparison.
Change-Id: If02359082fdbbca037cf01ad829003730bc3d8b2
Reviewed-on: https://code.wireshark.org/review/20053
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from eb275cf rtp_player(.h): fix empty paragraph passed to '@param' command [-Wdocumentation]
adds cffb183 Cast away some compiler warnings.
Summary of changes:
editcap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)