avoid compiler warning

This commit is contained in:
Holger Vogt 2020-04-02 19:57:58 +02:00
parent 9edc436ef7
commit 2f31bd5c2a
1 changed files with 1 additions and 1 deletions

View File

@ -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 */