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
Reference in a new issue