mirror of https://github.com/YosysHQ/yosys.git
Fixed gcc warnings in ezminisat
This commit is contained in:
parent
238ff14810
commit
f519297da9
|
@ -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…
Reference in New Issue