mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 20:46:31 +00:00
Fix non-linux builds error introduced with THP checks.
This commit is contained in:
@ -356,7 +356,7 @@ size_t zmalloc_get_smap_bytes_by_field(char *field) {
|
||||
}
|
||||
#else
|
||||
size_t zmalloc_get_smap_bytes_by_field(char *field) {
|
||||
REDIS_NOTUSED(field);
|
||||
((void) field);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user