Skip to content

Commit 739a935

Browse files
committed
PlistDiagnostics Fix for compile warning (NFC).
llvm-svn: 366792
1 parent e011990 commit 739a935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ PlistDiagnostics::PlistDiagnostics(
527527
: OutputFile(output), PP(PP), CTU(CTU), AnOpts(AnalyzerOpts),
528528
SupportsCrossFileDiagnostics(supportsMultipleFiles) {
529529
// FIXME: Will be used by a later planned change.
530-
(void)CTU;
530+
(void)this->CTU;
531531
}
532532

533533
void ento::createPlistDiagnosticConsumer(

0 commit comments

Comments
 (0)