[cfe-commits] r59013 - /cfe/trunk/lib/AST/ASTContext.cpp
Daniel Dunbar
daniel at zuster.org
Mon Nov 10 17:16:12 PST 2008
Author: ddunbar
Date: Mon Nov 10 19:16:00 2008
New Revision: 59013
URL: http://llvm.org/viewvc/llvm-project?rev=59013&view=rev
Log:
Fix Release-Asserts warning.
Modified:
cfe/trunk/lib/AST/ASTContext.cpp
Modified: cfe/trunk/lib/AST/ASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ASTContext.cpp?rev=59013&r1=59012&r2=59013&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ASTContext.cpp (original)
+++ cfe/trunk/lib/AST/ASTContext.cpp Mon Nov 10 19:16:00 2008
@@ -1811,6 +1811,7 @@
}
assert(false && "Unhandled TargetInfo::IntType value");
+ return QualType();
}
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list