Skip to content

Commit 944cd30

Browse files
committed
Fix newly introduced compiler warning.
1 parent 3ad1a36 commit 944cd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/macho/machoview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2842,7 +2842,7 @@ void MachoView::ParseDynamicTable(BinaryReader& reader, MachOHeader& header, BNS
28422842
auto table = reader.Read(tableSize);
28432843
BNRelocationInfo externReloc;
28442844

2845-
BNSymbolType symtype = incomingType;
2845+
//BNSymbolType symtype = incomingType;
28462846
// uint64_t ordinal = 0;
28472847
// int64_t addend = 0;
28482848
uint64_t segmentIndex = 0;

0 commit comments

Comments
 (0)