ci(amd64/clang/lsan): fix leak sanitizer errors #57
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -169,7 +169,9 @@ private:
 | 
			
		|||
	    std::any &user_data
 | 
			
		||||
	)
 | 
			
		||||
	{
 | 
			
		||||
		std::cout << "VULKAN MESSAGE: " << data.message << std::endl; // NOLINT
 | 
			
		||||
		// I know this makes the tests too verbose...
 | 
			
		||||
		// but makes it easier to figure out what the problem is when things fail on ci
 | 
			
		||||
		log_trc("vulkan: {}", data.message);
 | 
			
		||||
		std::ignore = data;
 | 
			
		||||
		std::ignore = type;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue