Unused var warning.

llvm-svn: 158944
This commit is contained in:
Michael J. Spencer 2012-06-21 22:41:46 +00:00
parent 503ca9e6a7
commit efcf099db5
1 changed files with 2 additions and 1 deletions

View File

@ -322,7 +322,8 @@ public:
<< ", size=" << a->size()
<< "\n");
for (const Reference *r : *a ) {
DEBUG_WITH_TYPE("ReaderNative", llvm::dbgs()
(void)r;
DEBUG_WITH_TYPE("ReaderNative", llvm::dbgs()
<< " offset="
<< llvm::format("0x%03X", r->offsetInAtom())
<< ", kind=" << r->kind()