Commit 2cb96db2 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Fix build warnings.

parent ace39775
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -493,7 +493,6 @@ static int16_t getTotalNumInChannels(
            continue;
        }

        int32_t numInputChannels;
        if ( ( error = IVAS_REND_GetInputNumChannels( hIvasRend, masaIds[i], &numInputChannels ) ) != IVAS_ERR_OK )
        {
            fprintf( stderr, "Error: %s\n", ivas_error_to_string( error ) );
+1 −0
Original line number Diff line number Diff line
@@ -2190,6 +2190,7 @@ static ivas_error setRendInputActiveMasa(
    inputMasa = (input_masa *) input;
    rendCtx = inputMasa->base.ctx;
    outConfig = *rendCtx.pOutConfig;
    (void) hRendCfg; /* Suppress warning */

    initRendInputBase( &inputMasa->base, inConfig, id, rendCtx );