summaryrefslogtreecommitdiff
path: root/deps/hiredis
diff options
context:
space:
mode:
authorYoongHM <yoonghm@users.noreply.github.com>2020-09-29 22:10:54 +0800
committerGitHub <noreply@github.com>2020-09-29 17:10:54 +0300
commit448c435b1b5ff747d0d84c49a23435a83f0d40ac (patch)
tree60bcd4d536a287b3f89bfc55d93195afd2529bfc /deps/hiredis
parentef33252c434ff25991ff75e2c7e4646bc9ad5ff7 (diff)
downloadredis-448c435b1b5ff747d0d84c49a23435a83f0d40ac.tar.gz
Fix compilation warnings in Lua and jemalloc dependencies (#7785)
- The argument `u` in for `ar` is ignored (and generates warnings since `D` became the default. All it does is avoid updating unchanged objects (shouldn't have any impact on our build) - Enable `LUA_USE_MKSTEMP` to force the use of `mkstemp()` instead of `tmpname()` (which is dead code in redis anyway). - Remove unused variable `c` in `f_parser()` - Removed misleadingly indented space in `luaL_loadfile()` and ``addfield()` Co-authored-by: Oran Agra <oran@redislabs.com>
Diffstat (limited to 'deps/hiredis')
0 files changed, 0 insertions, 0 deletions