intel cc see obsolete }; as empty declaration

This commit is contained in:
dwarning 2024-11-03 10:43:46 +01:00
parent 47e3eac83c
commit 69da75f7f0
3 changed files with 4 additions and 4 deletions

View File

@ -85,7 +85,7 @@ retry:
}
return (OK);
};
}
int NIspSolve(CKTcircuit* ckt)
{
@ -107,7 +107,7 @@ int NIspSolve(CKTcircuit* ckt)
SWAP(double*, ckt->CKTrhs, ckt->CKTrhsOld);
return (OK);
};
}
#endif

View File

@ -368,4 +368,4 @@ NIiter(CKTcircuit *ckt, int maxIter)
void NIresetwarnmsg(void) {
msgcount = 0;
};
}

View File

@ -33,7 +33,7 @@ extern double Fmin;
int CKTmatrixIndex(CKTcircuit* ckt, int source, int dest)
{
return source * ckt->CKTportCount + dest;
};
}
int CKTspCalcSMatrix(CKTcircuit* ckt)
{