Skip to content

Commit fce7267

Browse files
Merge pull request #8508 from rastogishubham/FixWarning6
Fix unused function warning
2 parents 218a6eb + 01c7b41 commit fce7267

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, support::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)