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.
1 parent 910fbee commit 26b318dCopy full SHA for 26b318d
stdlib/toolchain/Compatibility51/ProtocolConformance.cpp
@@ -472,7 +472,7 @@ static void addImageCallback(const mach_header *mh) {
472
Conformances.unsafeGetAlreadyInitialized()
473
.SectionsToScan
474
.push_back(ConformanceSection{recordsBegin, recordsEnd});
475
-};
+}
476
477
static void addImageCallback(const mach_header *mh, intptr_t vmaddr_slide) {
478
addImageCallback(mh);
0 commit comments