summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorYoongHM <yoonghm@users.noreply.github.com>2020-09-29 22:10:54 +0800
committerYoav Steinberg <yoav@monfort.co.il>2021-10-12 12:55:35 +0300
commit5a8294045289a7afff85935935ea8b231c3f49a7 (patch)
treeaeaa89391f0d238c6c3732e648a1f7fcb5d75a88 /deps
parentc6a26519a1f001c3d9ac066b0822c33dfab8e0e0 (diff)
downloadredis-5a8294045289a7afff85935935ea8b231c3f49a7.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')
-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 261d81c00..f867172f7 100644
--- a/deps/jemalloc/configure.ac
+++ b/deps/jemalloc/configure.ac
@@ -517,7 +517,7 @@ CTARGET='-o $@'
LDTARGET='-o $@'
TEST_LD_MODE=
EXTRA_LDFLAGS=
-ARFLAGS='crus'
+ARFLAGS='crs'
AROUT=' $@'
CC_MM=1