mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Fixed gcc warnings in ezminisat
This commit is contained in:
parent
238ff14810
commit
f519297da9
|
@ -119,8 +119,8 @@ contradiction:
|
||||||
else
|
else
|
||||||
assumps.push(Minisat::mkLit(minisatVars.at(-idx-1), true));
|
assumps.push(Minisat::mkLit(minisatVars.at(-idx-1), true));
|
||||||
|
|
||||||
sighandler_t old_alarm_sighandler;
|
sighandler_t old_alarm_sighandler = NULL;
|
||||||
int old_alarm_timeout;
|
int old_alarm_timeout = 0;
|
||||||
|
|
||||||
if (solverTimeout > 0) {
|
if (solverTimeout > 0) {
|
||||||
alarmHandlerThis = this;
|
alarmHandlerThis = this;
|
||||||
|
|
Loading…
Reference in a new issue