|
Operands don't affect result
The expression's value does not depend on the operands; often, this represents an inadvertent logic error. An operation with non-constant operands that computes a result with constant value
/src/third_party/libmongocrypt/dist/src/mongocrypt-marking.c:1250: CONSTANT_EXPRESSION_RESULT 134389 "(uint64_t)placeholder->sparsity <= 18446744073709551615UL /* (uint64_t)18446744073709551615UL */" is always true regardless of the values of its operands. This occurs as the logical second operand of "&&".
|