TrQuant.cpp: In member function 'void vvenc::TrQuant::xIT(const vvenc::TransformUnit&, vvenc::ComponentID, const CCoeffBuf&, vvenc::PelBuf&)':
TrQuant.cpp:624:33: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]
624 | CHECK((transformHeightIndex < 0), "There is a problem with the height.");
| ~~~~~~~~~~~~~~~~~~~~~^~~
TypeDef.h:641:32: note: in definition of macro 'CHECK'
641 | #define CHECK(c,x) if(c){ THROW(x); }
| ^