Skip to content

Commit 1ffe399

Browse files
authored
Merge pull request #762 from bnbarham/temp-disable-error
Temporarily disable unused-but-set-variable until it's fixed in Clang
2 parents da9271b + 0c622af commit 1ffe399

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

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+
25
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
36
add_subdirectory(BlocksRuntime)
47
endif()

0 commit comments

Comments
 (0)