Skip to content

Fix guard to prevent compilation error when tracing is enabled

Frank Bossen requested to merge bossen/VVCSoftware_BMS:bug69 into master

Fixes VVCSoftware_BMS/source/Lib/EncoderLib/EncModeCtrl.cpp:995:17: error: unused function 'getHalvedIdx' [-Werror,-Wunused-function] static unsigned getHalvedIdx( unsigned idx ) when -DENABLE_TRACING=1

Merge request reports