Commit 870bcf3d authored by vaclav's avatar vaclav
Browse files

fix build -> WMC_TOOL_SKIP

parent 330be5b7
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -923,9 +923,14 @@ static ivas_error ivas_rend_initCrend(
                    if ( ext_rend_flag == 0 )
                    {
                        /* in case of HRTF handle reuse, swap the pointers for correct deallocation at the exit */
#define WMC_TOOL_SKIP
                        swap( hHrtf->pIndex_frequency_max[i][j], hHrtf->pIndex_frequency_max[tmp][j], const uint16_t * );
                        MOVE( 3 );
                        swap( hHrtf->pOut_to_bin_re[i][j], hHrtf->pOut_to_bin_re[tmp][j], const float * );
                        MOVE( 3 );
                        swap( hHrtf->pOut_to_bin_im[i][j], hHrtf->pOut_to_bin_im[tmp][j], const float * );
                        MOVE( 3 );
#undef WMC_TOOL_SKIP
                    }
                    else
                    {