mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
13 lines
633 B
Diff
13 lines
633 B
Diff
# Packages should not have `-Werror` unconditionally enabled.
|
|
|
|
--- a/swift-corelibs-libdispatch/cmake/modules/DispatchCompilerWarnings.cmake
|
|
+++ b/swift-corelibs-libdispatch/cmake/modules/DispatchCompilerWarnings.cmake
|
|
@@ -6,7 +6,6 @@
|
|
# 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>)
|
|
|