id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 288,Compile issue when JVET_N0415_CTB_ALF is equal to zeo,ksuehring,,"copySliceInfo() contains the following code: {{{ #!C++ #if JVET_N0415_CTB_ALF memcpy(m_apss, pSrc->m_apss, sizeof(m_apss)); // this might be quite unsafe memcpy( m_tileGroupAlfEnabledFlag, pSrc->m_tileGroupAlfEnabledFlag, sizeof(m_tileGroupAlfEnabledFlag)); m_tileGroupNumAps = pSrc->m_tileGroupNumAps; m_tileGroupLumaApsId = pSrc->m_tileGroupLumaApsId; m_tileGroupChromaApsId = pSrc->m_tileGroupChromaApsId; #else m_apsId; m_aps; m_tileGroupAlfEnabledFlag; #endif }}} The #else branch does not assign anything. It looks like the author forgot to fill in the assignments. ",defect,closed,minor,VTM-5.1,VTM,VTM-5.0,fixed,,ksuehring XiangLi fbossen jvet@…