mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Failing builds because a private class member is not being used after
initialization is one of the reasons I consider -werror to be shoddy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174485 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a859afa859
commit
b2ac7c09b1
@ -104,6 +104,9 @@ public:
|
||||
LinkedCIEOffset, InitialLocation,
|
||||
InitialLocation + AddressRange);
|
||||
OS << "\n";
|
||||
if (LinkedCIE) {
|
||||
OS << format("%p\n", LinkedCIE);
|
||||
}
|
||||
}
|
||||
|
||||
static bool classof(const FrameEntry *FE) {
|
||||
|
Loading…
Reference in New Issue
Block a user