forked from OSchip/llvm-project
[MacroExpansionContext] Fix a warning.
This patch fixes: error: private field 'PP' is not used [-Werror,-Wunused-private-field]
This commit is contained in:
parent
729899f7b6
commit
7c83799fd8
|
@ -46,6 +46,7 @@ public:
|
|||
return SM.getExpansionLoc(Range.getEnd()).getLocWithOffset(1);
|
||||
}();
|
||||
|
||||
(void)PP;
|
||||
LLVM_DEBUG(llvm::dbgs() << "MacroExpands event: '";
|
||||
dumpTokenInto(PP, llvm::dbgs(), MacroName);
|
||||
llvm::dbgs()
|
||||
|
|
Loading…
Reference in New Issue