mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 18:21:21 +00:00
Fix compile warnings when BUILD_TLS=no.
This commit is contained in:
@ -821,6 +821,7 @@ error:
|
||||
return REDIS_ERR;
|
||||
#else
|
||||
(void) c;
|
||||
(void) err;
|
||||
return REDIS_OK;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user