Skip to content

Commit

Permalink
Revert "build: Disable experimental coroutine warning for clang-14"
Browse files Browse the repository at this point in the history
This reverts commit c6b9131.

It's no longer required since seastar was updated.
  • Loading branch information
BenPope committed May 24, 2022
1 parent b4d3208 commit d53e9d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/v_library.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ include(CMakeParseArguments)
set(V_CXX_STANDARD 20)
set(V_DEFAULT_LINKOPTS)
set(V_DEFAULT_COPTS -Wall -Wextra -Werror -Wno-missing-field-initializers)
# Disable warning for clang++-14 only.
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 14 AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 15)
list(APPEND V_DEFAULT_COPTS -Wno-deprecated-experimental-coroutine)
endif()
set(V_COMMON_INCLUDE_DIRS
"${PROJECT_SOURCE_DIR}/src/v")
# v_cc_library()
Expand Down

0 comments on commit d53e9d4

Please sign in to comment.