summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2022-11-02 12:17:47 -0700
committerMichael Grunder <michael.grunder@gmail.com>2022-11-02 14:43:59 -0700
commit2b069573a5d87cfe46599bb0c5e2c4fa7269cd08 (patch)
tree006b9f81fbf95b2a99080950fd0972458ece3591 /test.c
parente1e9eb40db0f469ec494815f15076e43e1742ced (diff)
CI fixes in preparation of release
- Upgrade to actions/checkout@v3 as node 12 is being phased out. - Perform a manual dnf refresh on RockyLinux during setup. - Switch to official cygwin/cygwin-install-action
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index 989d4bf..5a75a9c 100644
--- a/test.c
+++ b/test.c
@@ -1847,6 +1847,7 @@ void subscribe_channel_a_cb(redisAsyncContext *ac, void *r, void *privdata) {
void subscribe_channel_b_cb(redisAsyncContext *ac, void *r, void *privdata) {
redisReply *reply = r;
TestState *state = privdata;
+ (void)ac;
assert(reply != NULL && reply->type == REDIS_REPLY_ARRAY &&
reply->elements == 3);