aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2013-05-22 12:18:45 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2013-05-22 12:21:29 +0200
commit92b9a4c6a29580e669e278299fc0ceea1f42be7f (patch)
treeb2d89b0c41254672e67913944961aa65b0880ca7 /tests/testsuite.at
parent90d4407b6495cf61e3c34b6109a7339afa06e7c6 (diff)
rtp: fix wrong time arithmetics in osmo_rtp_build
rtp.c:154:26: warning: The left operand to '/' is always 0 frame_diff = (usec_diff / 20000); ~~~~~~~~~ ^ rtp.c:157:43: warning: The left operand to '-' is always 0 long int frame_diff_excess = frame_diff - 1; ~~~~~~~~~~ ^ rtp.c:153:39: warning: The right operand to '+' is always 0 usec_diff = tv_diff.tv_sec * 1000000 + tv_diff.tv_usec; ^ ~~~~~~~~~~~~~~~ rtp.c:153:29: warning: The left operand to '*' is always 0 usec_diff = tv_diff.tv_sec * 1000000 + tv_diff.tv_usec; ~~~~~~~~~~~~~~ ^ 4 warnings generated. Reported by Holger Hans Peter Freyther.
Diffstat (limited to 'tests/testsuite.at')
0 files changed, 0 insertions, 0 deletions