mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
12 lines
542 B
Diff
12 lines
542 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 @@ elseif(WIN32)
|
|
# so that we can use __popcnt64
|
|
add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:-fms-extensions>)
|
|
else()
|
|
- add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:-Werror>)
|
|
add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:-Wall>)
|
|
add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:-Wextra>)
|