We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
constParameterCallback
1 parent 5bd9967 commit d985e6fCopy full SHA for d985e6f
1 file changed
cli/cppcheckexecutorsig.cpp
@@ -101,6 +101,7 @@ static const Signalmap_t listofsignals = {
101
* but when ending up here something went terribly wrong anyway.
102
* And all which is left is just printing some information and terminate.
103
*/
104
+// cppcheck-suppress constParameterCallback
105
static void CppcheckSignalHandler(int signo, siginfo_t * info, void * context)
106
{
107
int type = -1;
0 commit comments