Skip to content

Commit c203c87

Browse files
Merge pull request #8505 from rastogishubham/FixWarning
Fix unused function warning
2 parents e66db04 + 719280e commit c203c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/MCCAS/MCCASObjectV1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ struct CUInfo {
124124
};
125125
static Expected<CUInfo> getAndSetDebugAbbrevOffsetAndSkip(
126126
MutableArrayRef<char> CUData, endianness Endian,
127-
std::optional<uint32_t> NewOffset = std::nullopt);
127+
std::optional<uint32_t> NewOffset, uint8_t AddressSize);
128128
Expected<cas::ObjectProxy>
129129
MCSchema::createFromMCAssemblerImpl(MachOCASWriter &ObjectWriter,
130130
MCAssembler &Asm, const MCAsmLayout &Layout,

0 commit comments

Comments
 (0)