disable pragma #warning for VisualStudio
This commit is contained in:
parent
a6ef64c89a
commit
2d3b17cd8a
|
|
@ -40,7 +40,9 @@ CKTdestroy(CKTcircuit *ckt)
|
|||
for (i = 0; i < DEVmaxnum; i++)
|
||||
if (DEVices[i]) {
|
||||
GENmodel *model = ckt->CKThead[i];
|
||||
#ifndef _MSC_VER
|
||||
#warning "this needs to be reviewed, due to rebase onto newer master!"
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
if (DEVices[i]->cuDEVdestroy && model)
|
||||
DEVices[i]->cuDEVdestroy(model);
|
||||
|
|
|
|||
Loading…
Reference in New Issue