Fix gcc4 build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33925 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2009-11-06 22:14:11 +00:00
parent 3ac8569f3c
commit 99c422fda8

View File

@ -1031,7 +1031,7 @@ DwarfTypeFactory::_CreateSubrangeType(const BString& name,
}
// create the base type
Type* baseType;
Type* baseType = NULL;
status_t error;
if (baseTypeEntry != NULL) {
DwarfType* dwarfBaseType;