avoid compiler warning
This commit is contained in:
parent
9edc436ef7
commit
2f31bd5c2a
|
|
@ -678,7 +678,7 @@ int
|
|||
ngSpice_Init(SendChar* printfcn, SendStat* statusfcn, ControlledExit* ngspiceexit,
|
||||
SendData* sdata, SendInitData* sinitdata, BGThreadRunning* bgtrun, void* userData)
|
||||
{
|
||||
sighandler old_sigsegv;
|
||||
sighandler old_sigsegv = NULL;
|
||||
|
||||
pfcn = printfcn;
|
||||
/* if caller sends NULL, don't send printf strings */
|
||||
|
|
|
|||
Loading…
Reference in New Issue