diff options
author | YoongHM <yoonghm@users.noreply.github.com> | 2020-09-29 22:10:54 +0800 |
---|---|---|
committer | Yoav Steinberg <yoav@monfort.co.il> | 2021-10-12 12:55:35 +0300 |
commit | 5a8294045289a7afff85935935ea8b231c3f49a7 (patch) | |
tree | aeaa89391f0d238c6c3732e648a1f7fcb5d75a88 /utils/hashtable | |
parent | c6a26519a1f001c3d9ac066b0822c33dfab8e0e0 (diff) | |
download | redis-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 'utils/hashtable')
0 files changed, 0 insertions, 0 deletions