mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Fixed gcc warnings in ezminisat
This commit is contained in:
		
							parent
							
								
									238ff14810
								
							
						
					
					
						commit
						f519297da9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -119,8 +119,8 @@ contradiction:
 | 
			
		|||
		else
 | 
			
		||||
			assumps.push(Minisat::mkLit(minisatVars.at(-idx-1), true));
 | 
			
		||||
 | 
			
		||||
	sighandler_t old_alarm_sighandler;
 | 
			
		||||
	int old_alarm_timeout;
 | 
			
		||||
	sighandler_t old_alarm_sighandler = NULL;
 | 
			
		||||
	int old_alarm_timeout = 0;
 | 
			
		||||
 | 
			
		||||
	if (solverTimeout > 0) {
 | 
			
		||||
		alarmHandlerThis = this;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue