Inline suppression for knownConditionTrueFalse FP
This commit is contained in:
parent
900e26f651
commit
ade18d978a
|
@ -497,6 +497,7 @@ static void CppcheckSignalHandler(int signo, siginfo_t * info, void * context)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
fprintf(output, " (%sat 0x%lx).%s\n",
|
fprintf(output, " (%sat 0x%lx).%s\n",
|
||||||
|
// cppcheck-suppress knownConditionTrueFalse ; FP
|
||||||
(type==-1)? "" :
|
(type==-1)? "" :
|
||||||
(type==0) ? "reading " : "writing ",
|
(type==0) ? "reading " : "writing ",
|
||||||
(unsigned long)info->si_addr,
|
(unsigned long)info->si_addr,
|
||||||
|
|
Loading…
Reference in New Issue