We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da9271b + 0c622af commit 1ffe399Copy full SHA for 1ffe399
src/CMakeLists.txt
@@ -1,4 +1,7 @@
1
2
+# Remove once underlying clang warning is fixed (rdar://93596069)
3
+set_source_files_properties(shims/yield.c PROPERTIES COMPILE_FLAGS -Wno-error=unused-but-set-variable)
4
+
5
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
6
add_subdirectory(BlocksRuntime)
7
endif()
0 commit comments