Skip to content

Commit 272a1a4

Browse files
committed
NFC: Resolve -Wauto-var-id warning in ErrorObject.mm.
1 parent 333b7b6 commit 272a1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/ErrorObject.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ - (void)dealloc {
110110
auto copy = type->allocateBufferIn(&copyBuf);
111111
error->type->vw_initializeWithCopy(copy, const_cast<OpaqueValue *>(value));
112112

113-
auto description = getDescription(copy, type);
113+
id description = getDescription(copy, type);
114114
type->deallocateBufferIn(&copyBuf);
115115
return description;
116116
}

0 commit comments

Comments
 (0)