mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-18 11:24:01 +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:
@ -104,6 +104,9 @@ public:
|
|||||||
LinkedCIEOffset, InitialLocation,
|
LinkedCIEOffset, InitialLocation,
|
||||||
InitialLocation + AddressRange);
|
InitialLocation + AddressRange);
|
||||||
OS << "\n";
|
OS << "\n";
|
||||||
|
if (LinkedCIE) {
|
||||||
|
OS << format("%p\n", LinkedCIE);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool classof(const FrameEntry *FE) {
|
static bool classof(const FrameEntry *FE) {
|
||||||
|
Reference in New Issue
Block a user