summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/redis-cli.c')
-rw-r--r--src/redis-cli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/redis-cli.c b/src/redis-cli.c
index 64bf210bf..183270db1 100644
--- a/src/redis-cli.c
+++ b/src/redis-cli.c
@@ -54,7 +54,7 @@
#include "anet.h"
#include "ae.h"
-#define REDIS_NOTUSED(V) ((void) V)
+#define UNUSED(V) ((void) V)
#define OUTPUT_STANDARD 0
#define OUTPUT_RAW 1
@@ -2128,7 +2128,7 @@ unsigned long compute_something_fast(void) {
}
static void intrinsicLatencyModeStop(int s) {
- REDIS_NOTUSED(s);
+ UNUSED(s);
force_cancel_loop = 1;
}