Opened 13 years ago
Closed 13 years ago
#8067 closed bug (duplicate)
Build broken: no matching function for call to BlockAllocator::CheckBlockRun
Reported by: | Don Quixote | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | bfs, BlockAllocator, filesystems, kernel, add-ons | Cc: | |
Blocked By: | #8065 | Blocking: | |
Platform: | x86 |
Description
This happened with the Subversion from yesterday, as well as with hrev42996 which I updated to just now.
src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp: In method `status_t BlockAllocator::Free(Transaction &, block_run)': BlockAllocator.cpp:1051: no matching function for call to `BlockAllocator::CheckBlockRun (block_run &, NULL, NULL, bool)' BlockAllocator.h:57: candidates are: status_t BlockAllocato::CheckBlockRun(block_run, const char * = 0, bool = true)
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | UserBuildConfig added |
---|
comment:1 by , 13 years ago
Blocked By: | 8065 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #8065.
Note:
See TracTickets
for help on using tickets.
The UserBuildConfig for the build that produced this error