mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-lang/swift: add 6.2
Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 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>)
|
||||
Reference in New Issue
Block a user