• antirez's avatar
    Set: setType*() API more defensive initializing both values. · 7f330b16
    antirez authored
    This change fixes several warnings compiling at -O3 level with GCC
    4.8.2, and at the same time, in case of misuse of the API, we have the
    pointer initialize to NULL or the integer initialized to the value
    -123456789 which is easy to spot by naked eye.
    7f330b16
t_set.c 38.5 KB