Fix gcc4 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33925 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1031,7 +1031,7 @@ DwarfTypeFactory::_CreateSubrangeType(const BString& name,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// create the base type
|
// create the base type
|
||||||
Type* baseType;
|
Type* baseType = NULL;
|
||||||
status_t error;
|
status_t error;
|
||||||
if (baseTypeEntry != NULL) {
|
if (baseTypeEntry != NULL) {
|
||||||
DwarfType* dwarfBaseType;
|
DwarfType* dwarfBaseType;
|
||||||
|
|||||||
Reference in New Issue
Block a user