Skip to content

Commit

Permalink
Add ccpcheck suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 14, 2024
1 parent 41f061b commit 7333741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smax-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ void smaxSetOrigin(XMeta *m, const char *origin) {
* @sa redisxSetTrasmitErrorHandler()
*/
// cppcheck-suppress constParameterPointer
// cppcheck-suppress constParameter
void smaxTransmitErrorHandler(Redis *redis, enum redisx_channel channel, const char *op) {
pthread_t tid;

Expand Down

0 comments on commit 7333741

Please sign in to comment.