Remove linker warnings in MSVC

This commit is contained in:
Holger Vogt
2023-05-27 10:42:12 +02:00
parent 0b73d95f13
commit 6c9994ea9f
+2 -2
View File
@@ -186,7 +186,7 @@ int OSDIsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt,
OsdiInitInfo init_info;
OsdiNgspiceHandle handle;
GENmodel *gen_model;
int res;
int res = (OK);
int error;
CKTnode *tmp;
GENinstance *gen_inst;
@@ -304,7 +304,7 @@ extern int OSDItemp(GENmodel *inModel, CKTcircuit *ckt) {
OsdiInitInfo init_info;
OsdiNgspiceHandle handle;
GENmodel *gen_model;
int res;
int res = (OK);
GENinstance *gen_inst;
OsdiRegistryEntry *entry = osdi_reg_entry_model(inModel);