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:
Eli Bendersky 2013-02-06 05:37:46 +00:00
parent a859afa859
commit b2ac7c09b1

View File

@ -104,6 +104,9 @@ public:
LinkedCIEOffset, InitialLocation,
InitialLocation + AddressRange);
OS << "\n";
if (LinkedCIE) {
OS << format("%p\n", LinkedCIE);
}
}
static bool classof(const FrameEntry *FE) {