checkcfg: add missing inline suppression for ignoredReturnValue of abs()
This commit is contained in:
parent
efa3aba32a
commit
0b6db67de2
|
@ -3579,6 +3579,7 @@ void ignoredReturnValue_abs(int i)
|
|||
// cppcheck-suppress ignoredReturnValue
|
||||
abs(i);
|
||||
// cppcheck-suppress constStatement
|
||||
// cppcheck-suppress ignoredReturnValue
|
||||
abs(-100);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue