summaryrefslogtreecommitdiff
path: root/deps/jemalloc
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/jemalloc
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/jemalloc')
-rw-r--r--deps/jemalloc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/jemalloc/configure.ac b/deps/jemalloc/configure.ac
index a6a08db08..afa5df800 100644
--- a/deps/jemalloc/configure.ac
+++ b/deps/jemalloc/configure.ac
@@ -512,7 +512,7 @@ CTARGET='-o $@'
LDTARGET='-o $@'
TEST_LD_MODE=
EXTRA_LDFLAGS=
-ARFLAGS='crus'
+ARFLAGS='crs'
AROUT=' $@'
CC_MM=1