ports/devel/libdispatch/files/patch-cmake_modules_DispatchCompilerWarnings.cmake
Dima Panov a17666caba
devel/libdispatch: update to 6.0.3 release (+)
Use system libBlocksRuntime provided by LLVM/Compiler-RT instead of bundled one
Install versioned dispatch library to better maintenance and visibility
2025-01-24 18:20:36 +03:00

10 lines
549 B
CMake

--- cmake/modules/DispatchCompilerWarnings.cmake.orig 2024-06-13 00:13:26 UTC
+++ cmake/modules/DispatchCompilerWarnings.cmake
@@ -6,7 +6,6 @@ else()
# so that we can use __popcnt64
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-fms-extensions>)
else()
- add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Werror>)
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wall>)
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wextra>)