This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch hotfix/openssl-update in repository https://gitbox.apache.org/repos/asf/celix.git
commit dd10a9f5f0aadea2b0bce33893703d6ddde69c2a Author: PengZheng <[email protected]> AuthorDate: Thu Apr 25 17:36:04 2024 +0800 Revert "Suppress certain gcc warnings on macOS." This reverts commit 5283eb395b505ca4edef0adab285edb3afef7f47. --- cmake/Findcivetweb.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/Findcivetweb.cmake b/cmake/Findcivetweb.cmake index 6cc6546a..abd14e4c 100644 --- a/cmake/Findcivetweb.cmake +++ b/cmake/Findcivetweb.cmake @@ -21,7 +21,6 @@ if (NOT civetweb_FOUND) set(CIVETWEB_ENABLE_WEBSOCKETS TRUE CACHE BOOL "" FORCE) set(CIVETWEB_BUILD_TESTING FALSE CACHE BOOL "" FORCE) set(BUILD_SHARED_LIBS TRUE CACHE BOOL "" FORCE) - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-atomic-implicit-seq-cst -Wno-alloca -Wno-cast-align -Wno-undef -Wno-date-time") FetchContent_Declare( civetweb GIT_REPOSITORY https://github.com/civetweb/civetweb.git
