From 51ec916e20b05c2082dca1c3a5f3986acbfa7b58 Mon Sep 17 00:00:00 2001 From: Warren Hunt Date: Fri, 23 May 2014 16:26:32 +0000 Subject: [PATCH] [MS-ABI] Silence warning from r209523 no functional change. llvm-svn: 209525 --- clang/lib/CodeGen/MicrosoftRTTI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/CodeGen/MicrosoftRTTI.cpp b/clang/lib/CodeGen/MicrosoftRTTI.cpp index bd47897..0eb8100 100644 --- a/clang/lib/CodeGen/MicrosoftRTTI.cpp +++ b/clang/lib/CodeGen/MicrosoftRTTI.cpp @@ -52,7 +52,7 @@ using namespace CodeGen; // mangled into them so they can be aggressively deduplicated by the linker. // 5 routines for constructing the llvm types for MS RTTI structs. -llvm::StructType *getClassHierarchyDescriptorType(CodeGenModule &CGM); +static llvm::StructType *getClassHierarchyDescriptorType(CodeGenModule &CGM); static llvm::StructType *getTypeDescriptorType(CodeGenModule &CGM, StringRef TypeInfoString) { -- 2.7.4