From 342be126ef5355143e75471bf42c64ac6d939808 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 9 Oct 2003 20:43:55 +0000 Subject: [PATCH] Kill warning when compiling in optimized mode git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8989 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/Type.h b/include/llvm/Type.h index 3ed2d2dd7ab..f8202ae40c6 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -206,6 +206,7 @@ public: /// virtual const Type *getContainedType(unsigned i) const { assert(0 && "No contained types!"); + return 0; } /// getNumContainedTypes - Return the number of types in the derived type -- 2.34.1