-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In file included from /Users/a1/libHM/build/linux/lib/TLibCommon/../../../../source/Lib/TLibCommon/Debug.cpp:41:
/Users/a1/libHM/build/linux/lib/TLibCommon/../../../../source/Lib/TLibCommon/TComDataCU.h:517:12: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical]
517 | return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ||
/Users/a1/libHM/build/linux/lib/TLibCommon/../../../../source/Lib/TLibCommon/TComDataCU.h:517:12: note: cast one or both operands to int to silence this warning
In file included from /Users/a1/libHM/build/linux/lib/TLibCommon/../../../../source/Lib/TLibCommon/Debug.cpp:42:
/Users/a1/libHM/build/linux/lib/TLibCommon/../../../../source/Lib/TLibCommon/TComPic.h:129:51: error: all paths through this function will call itself [-Werror,-Winfinite-recursion]
129 | UInt getParPelX(UChar uhPartIdx) const { return getParPelX(uhPartIdx); }
| ^
/Users/a1/libHM/build/linux/lib/TLibEncoder/../../../../source/Lib/TLibEncoder/TEncSearch.cpp:2313:22: error: variable 'CandNum' set but not used [-Werror,-Wunused-but-set-variable]
2313 | UInt CandNum;
| ^
Metadata
Metadata
Assignees
Labels
No labels