CMake: remove dict.c form hiredis_sources

Commit c6b8bd77c0 to make all functions in dict.c static. If a CMake project set warning unused functions, and include hiredis using add_subdirectory , this cause warnings / errors.
This commit is contained in:
Lipraxde 2022-03-24 23:58:29 +08:00 committed by Michael Grunder
parent 8491a65a95
commit c57cad658d

View File

@ -32,7 +32,6 @@ SET(ENABLE_EXAMPLES OFF CACHE BOOL "Enable building hiredis examples")
SET(hiredis_sources
alloc.c
async.c
dict.c
hiredis.c
net.c
read.c