• Donald Whyte's avatar
    Remove trailing comma in redisConnectionType enum · 41b07dab
    Donald Whyte authored
    Remove trailing comma in last value of `redisConnectionType` enum. This causes a compiler warning on Solaris compilers. I'd like to build this on Solaris with `-Werror`. However, due to the trailing comma, I cannot do that.
    
    This PR removes the trailing comma, which should prevent it causing compiler warnings on any architecture.
    41b07dab
hiredis.h 9.36 KB