Skip to content

Commit

Permalink
Add delete entry function (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinfeihan57 authored Nov 10, 2020
1 parent 7faf190 commit 42a6b39
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (MSVC)
elseif ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU" OR
"${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR
"${CMAKE_C_COMPILER_ID}" STREQUAL "AppleClang")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -Wall -Wextra -Werror -pedantic")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -Wextra -Werror -pedantic")
endif (MSVC)

####
Expand Down
Loading

0 comments on commit 42a6b39

Please sign in to comment.