gcc4 build fix. Don't have default value for declaration+definition. Build is still broken...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25666 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1956,7 +1956,7 @@ device_node::FindChild(const char* moduleName) const
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
device_node::Dump(int32 level = 0)
|
device_node::Dump(int32 level)
|
||||||
{
|
{
|
||||||
put_level(level);
|
put_level(level);
|
||||||
dprintf("(%ld) @%p \"%s\" (ref %ld, init %ld, module %p, data %p)\n", level,
|
dprintf("(%ld) @%p \"%s\" (ref %ld, init %ld, module %p, data %p)\n", level,
|
||||||
|
|||||||
Reference in New Issue
Block a user