• YoongHM's avatar
    Fix compilation warnings in Lua and jemalloc dependencies (#7785) · 448c435b
    YoongHM authored
    
    
    - 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: default avatarOran Agra <oran@redislabs.com>
    448c435b
ltablib.c 7.17 KB