mirror of
https://github.com/Zygo/bees.git
synced 2025-06-15 17:26:15 +02:00
roots: make it build with clang
Remove an unnecessary cast that was breaking namespace lookup for clang. Closes: #159 Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -973,7 +973,7 @@ BeesCrawl::fetch_extents()
|
||||
// Lock in the old state
|
||||
set_state(old_state);
|
||||
|
||||
BEESTRACE("Searching crawl sk " << static_cast<btrfs_ioctl_search_key&>(sk));
|
||||
BEESTRACE("Searching crawl sk " << sk);
|
||||
bool ioctl_ok = false;
|
||||
{
|
||||
BEESNOTE("searching crawl sk " << static_cast<btrfs_ioctl_search_key&>(sk));
|
||||
|
Reference in New Issue
Block a user