mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-04 04:00:36 +01: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:
		@@ -1011,7 +1011,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