mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix compilation warning: add missing is_passive_eq case to switch statement
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									f777817e35
								
							
						
					
					
						commit
						20ce3b227a
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -686,6 +686,7 @@ namespace euf {
 | 
			
		|||
        case eq_status::is_processed_eq:
 | 
			
		||||
        case eq_status::is_reducing_eq:
 | 
			
		||||
        case eq_status::is_dead_eq:
 | 
			
		||||
        case eq_status::is_passive_eq:
 | 
			
		||||
            m_to_simplify_todo.remove(id);
 | 
			
		||||
            break;
 | 
			
		||||
        case eq_status::is_to_simplify_eq:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue