From: Warren Hunt Date: Fri, 23 May 2014 16:26:32 +0000 (+0000) Subject: [MS-ABI] Silence warning from r209523 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5983b542dfc9e4d322a7a8fcbe6b2aa806b0a7a;p=clang [MS-ABI] Silence warning from r209523 no functional change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209525 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MicrosoftRTTI.cpp b/lib/CodeGen/MicrosoftRTTI.cpp index bd4789733a..0eb8100af5 100644 --- a/lib/CodeGen/MicrosoftRTTI.cpp +++ b/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) {