Commit 90c7b256 authored by bayers's avatar bayers
Browse files

fix compiler warnings

parent be4217e1
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1984,7 +1984,6 @@ static ivas_error decodeVoIP(
#ifdef JBM_TSM_ON_TCS
    uint32_t systemTimeInc_ms = (uint32_t) JBM_FRONTEND_FETCH_FRAMESIZE_MS;
    int32_t nFramesWritten = 0;
    int32_t nFrontendFramesPerIvasFrame = 0;
#endif
    int32_t nFramesFed = 0;

@@ -2123,7 +2122,6 @@ static ivas_error decodeVoIP(

#ifdef JBM_TSM_ON_TCS
#ifdef DEBUG_JBM_CMD_OPTION
    nFrontendFramesPerIvasFrame = FRAME_SIZE_NS / ( 1000000L * arg.frontendFetchSizeMs );
    systemTimeInc_ms = arg.frontendFetchSizeMs;
#else
    nFrontendFramesPerIvasFrame = FRAME_SIZE_NS / ( 1000L * JBM_FRONTEND_FETCH_FRAMESIZE_MS );