From: Benjamin Kramer Date: Tue, 17 Nov 2009 11:15:38 +0000 (+0000) Subject: Fix MSVC warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd8405898be641ad9574b210fb70c5d449cef578;p=clang Fix MSVC warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89092 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/VerifyDiagnosticsClient.h b/include/clang/Frontend/VerifyDiagnosticsClient.h index bac1ccf376..6f7ebbe537 100644 --- a/include/clang/Frontend/VerifyDiagnosticsClient.h +++ b/include/clang/Frontend/VerifyDiagnosticsClient.h @@ -52,7 +52,7 @@ public: llvm::OwningPtr PrimaryClient; llvm::OwningPtr Buffer; Preprocessor *CurrentPreprocessor; - bool NumErrors; + unsigned NumErrors; private: void CheckDiagnostics();