mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-16 13:10:05 +00:00
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:
parent
2f8db0d750
commit
bd458e9913
@ -251,6 +251,10 @@ void lpc10_voicing(lpc10_encode_state_t *s,
|
|||||||
int32_t lbe;
|
int32_t lbe;
|
||||||
float snr2;
|
float snr2;
|
||||||
|
|
||||||
|
#if (_MSC_VER >= 1400)
|
||||||
|
__analysis_assume(half >=0 && half < 2);
|
||||||
|
#endif
|
||||||
|
|
||||||
inbuf_offset = 0;
|
inbuf_offset = 0;
|
||||||
lpbuf_offset = 0;
|
lpbuf_offset = 0;
|
||||||
if (inbuf)
|
if (inbuf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user