diff options
author | Lipraxde <lin.cs06g@nctu.edu.tw> | 2022-03-24 23:58:29 +0800 |
---|---|---|
committer | Michael Grunder <michael.grunder@gmail.com> | 2022-08-29 14:31:51 -0700 |
commit | c57cad658d43973bc1f0609649ef90b104262d75 (patch) | |
tree | 98282ae1c4e9767251cfdea135e0b8bcf93a6b21 | |
parent | 8491a65a95527ced112310faa068eba395212a32 (diff) |
CMake: remove dict.c form hiredis_sources
Commit c6b8bd77c0fe00dbc455b39208f15761178160a3 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.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f77dfd5..4cc5f33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 |