]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remove unused variable 'tmp' from helpfun in ilbc codec
authorMatthew Jordan <mjordan@digium.com>
Fri, 20 Jan 2012 15:48:48 +0000 (15:48 +0000)
committerMatthew Jordan <mjordan@digium.com>
Fri, 20 Jan 2012 15:48:48 +0000 (15:48 +0000)
commit4a76662bcabff75c098a9f51c0ba3ea80721eef7
treeb1163bf725cb399149e34c184caff50ec9c40596
parent836e26a426fae12c1f8fbdd43b5ad902379f769e
Remove unused variable 'tmp' from helpfun in ilbc codec

gcc version 4.6.2 caught an unused variable in the ilbc codec
library.  This would prevent compilation with --enable-dev-mode;
variable removed.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@351760 65c4cc65-6c06-0410-ace0-fbb531ad65f3
codecs/ilbc/helpfun.c