fix build break

Review URL: http://webrtc-codereview.appspot.com/132004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@493 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
turajs@google.com 2011-08-30 20:44:24 +00:00
parent 7796c02b42
commit 74c640aebb

View File

@ -11,6 +11,8 @@
#include "pcm16b.h"
#include <stdlib.h>
#include "typedefs.h"
#ifdef WEBRTC_BIG_ENDIAN
@ -66,7 +68,6 @@ WebRtc_Word16 WebRtcPcm16b_DecodeW16(void *inst,
WebRtc_Word16 *speechOut16b,
WebRtc_Word16* speechType)
{
// Avoid warning
(void)(inst = NULL);
#ifdef WEBRTC_BIG_ENDIAN
WEBRTC_SPL_MEMCPY_W8(speechOut16b, speechIn16b, ((len*sizeof(WebRtc_Word16)+1)>>1));