From 46c5a4235aa52aba0daf9a96e89785f1edea05d2 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 9 Aug 2006 14:40:15 +0000 Subject: silence some warnings where the compiler can't tell that the function being called will only write into the passed argument git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@5 537310ab-6354-42db-a3cc-247b777f7be6 --- software/octdeviceapi/oct6100api/oct6100_api/oct6100_playout_buf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_playout_buf.c') diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_playout_buf.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_playout_buf.c index a5c41c0..26c6cc8 100644 --- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_playout_buf.c +++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_playout_buf.c @@ -1947,7 +1947,7 @@ UINT32 Oct6100BufferPlayoutStartSer( IN OUT tPOCT6100_BUFFER_PLAYOUT_START f_pBufferPlayoutStart, IN UINT32 f_ulPlayoutStopEventType ) { - UINT32 ulBufferIndex; + UINT32 ulBufferIndex = 0; UINT32 ulChannelIndex; BOOL fNotifyOnPlayoutStop; UINT32 ulUserEventId; -- cgit v1.2.3