提交 bd458e99 authored 作者: Michael Jerris's avatar Michael Jerris

hints for the code analysis.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7654 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2f8db0d7
......@@ -251,7 +251,11 @@ void lpc10_voicing(lpc10_encode_state_t *s,
int32_t lbe;
float snr2;
inbuf_offset = 0;
#if (_MSC_VER >= 1400)
__analysis_assume(half >=0 && half < 2);
#endif
inbuf_offset = 0;
lpbuf_offset = 0;
if (inbuf)
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论