mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
These changes fix minor issues that cause compilation errors with our C++ toolchain's stricter default settings: * `Exception.cpp`: The return type of `__cxa_begin_catch` should be `void *`, not `void` (see https://libcxxabi.llvm.org/spec.html). * `Leaks.mm`: `''` is not a valid C char literal; use `'\0'` instead.
1.9 KiB
1.9 KiB