Skip to content

Commit 70818f6

Browse files
committed
cppcheckexecutor.cpp: removed obsolete suppression
1 parent 48d5f47 commit 70818f6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/cppcheckexecutor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ static void CppcheckSignalHandler(int signo, siginfo_t * info, void * context)
550550
break;
551551
}
552552
fprintf(output, " (%sat 0x%lx).%s\n",
553-
// cppcheck-suppress knownConditionTrueFalse ; FP
554553
(type==-1)? "" :
555554
(type==0) ? "reading " : "writing ",
556555
(unsigned long)info->si_addr,

0 commit comments

Comments
 (0)