Fixed #4173: Elaborated on the verbose error message
This commit is contained in:
parent
4efccc2c5d
commit
9c45e6d47d
|
@ -2133,6 +2133,7 @@ void CheckOther::nanInArithmeticExpressionError(const Token *tok)
|
||||||
{
|
{
|
||||||
reportError(tok, Severity::style, "nanInArithmeticExpression",
|
reportError(tok, Severity::style, "nanInArithmeticExpression",
|
||||||
"Using NaN/Inf in a computation.\n"
|
"Using NaN/Inf in a computation.\n"
|
||||||
|
"Using NaN/Inf in a computation. "
|
||||||
"Although nothing bad really happens, it is suspicious.");
|
"Although nothing bad really happens, it is suspicious.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue