checker type doesn't work, try event type
Change-Id: I8b92c583bf1d6167b713648f417ba5569b3593ba
This commit is contained in:
@@ -63,7 +63,7 @@ Fraction::Fraction( double dVal )
|
||||
|
||||
bool Fraction::HasOverflowValue()
|
||||
{
|
||||
//coverity[constant_expression_result]
|
||||
//coverity[result_independent_of_operands]
|
||||
return value.numerator() < std::numeric_limits<long>::min() ||
|
||||
value.numerator() > std::numeric_limits<long>::max() ||
|
||||
value.denominator() < std::numeric_limits<long>::min() ||
|
||||
|
Reference in New Issue
Block a user