forked from OSchip/llvm-project
PlistDiagnostics Fix for compile warning (NFC).
llvm-svn: 366792
This commit is contained in:
parent
e0119909a6
commit
739a93558f
|
@ -527,7 +527,7 @@ PlistDiagnostics::PlistDiagnostics(
|
|||
: OutputFile(output), PP(PP), CTU(CTU), AnOpts(AnalyzerOpts),
|
||||
SupportsCrossFileDiagnostics(supportsMultipleFiles) {
|
||||
// FIXME: Will be used by a later planned change.
|
||||
(void)CTU;
|
||||
(void)this->CTU;
|
||||
}
|
||||
|
||||
void ento::createPlistDiagnosticConsumer(
|
||||
|
|
Loading…
Reference in New Issue