Fix gcc4 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33925 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3ac8569f3c
commit
99c422fda8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user