hints for the code analysis.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7654 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-02-17 05:38:28 +00:00
parent 2f8db0d750
commit bd458e9913
1 changed files with 5 additions and 1 deletions

View File

@ -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)
{