diff options
Diffstat (limited to 'tcp_splice.c')
-rw-r--r-- | tcp_splice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcp_splice.c b/tcp_splice.c index 3f9d395..5a406c6 100644 --- a/tcp_splice.c +++ b/tcp_splice.c @@ -736,6 +736,7 @@ static void tcp_splice_pipe_refill(const struct ctx *c) * * Return: 0 */ +/* cppcheck-suppress [constParameterCallback, unmatchedSuppression] */ static int tcp_sock_refill_ns(void *arg) { const struct ctx *c = (const struct ctx *)arg; |