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 a7361b6cdcfcd5325c9729f81333dd7aa3f924d2
Author: PengZheng <howto...@gmail.com>
AuthorDate: Thu Apr 25 17:40:31 2024 +0800

    Revert "Revert "Suppress all gcc warnings for civetweb on macOS.""
    
    This reverts commit 84f9ba6914963f0bf112374cbd88f4189fcda0ab.
---
 cmake/Findcivetweb.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/Findcivetweb.cmake b/cmake/Findcivetweb.cmake
index 6cc6546a..00bc77e9 100644
--- a/cmake/Findcivetweb.cmake
+++ b/cmake/Findcivetweb.cmake
@@ -21,7 +21,7 @@ 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")
+    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-atomic-implicit-seq-cst 
-Wno-error")
     FetchContent_Declare(
             civetweb
             GIT_REPOSITORY https://github.com/civetweb/civetweb.git

Reply via email to