We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95da51 commit 20d38f9Copy full SHA for 20d38f9
test/Interop/lit.local.cfg
@@ -6,7 +6,7 @@ def get_target_os():
6
(run_cpu, run_vendor, run_os, run_version) = re.match('([^-]+)-([^-]+)-([^0-9]+)(.*)', config.variant_triple).groups()
7
return run_os
8
9
-clang_compile_opt = '-I' + config.swiftlib_dir + ' '
+clang_compile_opt = '-I' + config.swiftlib_dir + ' -Wno-unreachable-code-return -Wno-unreachable-code '
10
clang_opt = clang_compile_opt
11
12
is_cf_options_interop_updated = True
0 commit comments