We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d5f47 commit 70818f6Copy full SHA for 70818f6
1 file changed
cli/cppcheckexecutor.cpp
@@ -550,7 +550,6 @@ static void CppcheckSignalHandler(int signo, siginfo_t * info, void * context)
550
break;
551
}
552
fprintf(output, " (%sat 0x%lx).%s\n",
553
- // cppcheck-suppress knownConditionTrueFalse ; FP
554
(type==-1)? "" :
555
(type==0) ? "reading " : "writing ",
556
(unsigned long)info->si_addr,
0 commit comments