disable pragma #warning for VisualStudio

This commit is contained in:
Holger Vogt 2018-03-30 12:06:52 +02:00 committed by rlar
parent a6ef64c89a
commit 2d3b17cd8a
1 changed files with 2 additions and 0 deletions

View File

@ -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);