Skip to content

Commit d985e6f

Browse files
committed
cppcheckexecutorsig.cpp: suppress constParameterCallback selfcheck warning
1 parent 5bd9967 commit d985e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/cppcheckexecutorsig.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ static const Signalmap_t listofsignals = {
101101
* but when ending up here something went terribly wrong anyway.
102102
* And all which is left is just printing some information and terminate.
103103
*/
104+
// cppcheck-suppress constParameterCallback
104105
static void CppcheckSignalHandler(int signo, siginfo_t * info, void * context)
105106
{
106107
int type = -1;

0 commit comments

Comments
 (0)