Squelch a warning from MSVC.
authorGuy Harris <guy@alum.mit.edu>
Thu, 21 Jun 2018 18:19:32 +0000 (11:19 -0700)
committerGuy Harris <guy@alum.mit.edu>
Thu, 21 Jun 2018 18:20:09 +0000 (18:20 +0000)
commitf61723d885e23db83cbaf326d1e286f8ee2d1a82
tree27b3e94a2fb49cd0fd917b18c07076377c365136
parent67fe4265e4b0d0c1d6e85d1248295d5f47ec6df5
Squelch a warning from MSVC.

Cast the result of a floating-point calculation to guint32; presumably
it will have no fractional part or we're deliberately discarding the
fractional part, and will never be greater than 2^32-1, so tell the
compiler we mean to discard the fractional part and have no need to
worry about the integral part being too large.

Change-Id: I432df46b59fe3192cd0a804d3d1db1f95983abe2
Reviewed-on: https://code.wireshark.org/review/28367
Reviewed-by: Guy Harris <guy@alum.mit.edu>
ui/tap-rtp-common.c