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 ad0ab98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smax-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void smaxSetOrigin(XMeta *m, const char *origin) {
* @sa smaxSetResilient()
* @sa redisxSetTrasmitErrorHandler()
*/
// cppcheck-suppress constParameterPointer
// cppcheck-suppress constParameterPointer constParameter
void smaxTransmitErrorHandler(Redis *redis, enum redisx_channel channel, const char *op) {
pthread_t tid;

Expand Down

0 comments on commit ad0ab98

Please sign in to comment.