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 4e32b60 + c68c433 commit 9279ddfCopy full SHA for 9279ddf
stdlib/public/runtime/Exception.cpp
@@ -31,7 +31,7 @@
31
32
using namespace swift;
33
34
-extern "C" void __cxa_begin_catch(void *);
+extern "C" void *__cxa_begin_catch(void *);
35
36
SWIFT_RUNTIME_STDLIB_API _Unwind_Reason_Code
37
_swift_exceptionPersonality(int version,
stdlib/public/runtime/Leaks.mm
@@ -228,5 +228,5 @@ static void _swift_leaks_stopTrackingObjCObject(id Object) {
228
}
229
230
#else
231
-static char DummyDecl = '';
+static char DummyDecl = '\0';
232
#endif
0 commit comments