Remove linker warnings in MSVC
This commit is contained in:
parent
0b73d95f13
commit
6c9994ea9f
|
|
@ -186,7 +186,7 @@ int OSDIsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt,
|
||||||
OsdiInitInfo init_info;
|
OsdiInitInfo init_info;
|
||||||
OsdiNgspiceHandle handle;
|
OsdiNgspiceHandle handle;
|
||||||
GENmodel *gen_model;
|
GENmodel *gen_model;
|
||||||
int res;
|
int res = (OK);
|
||||||
int error;
|
int error;
|
||||||
CKTnode *tmp;
|
CKTnode *tmp;
|
||||||
GENinstance *gen_inst;
|
GENinstance *gen_inst;
|
||||||
|
|
@ -304,7 +304,7 @@ extern int OSDItemp(GENmodel *inModel, CKTcircuit *ckt) {
|
||||||
OsdiInitInfo init_info;
|
OsdiInitInfo init_info;
|
||||||
OsdiNgspiceHandle handle;
|
OsdiNgspiceHandle handle;
|
||||||
GENmodel *gen_model;
|
GENmodel *gen_model;
|
||||||
int res;
|
int res = (OK);
|
||||||
GENinstance *gen_inst;
|
GENinstance *gen_inst;
|
||||||
|
|
||||||
OsdiRegistryEntry *entry = osdi_reg_entry_model(inModel);
|
OsdiRegistryEntry *entry = osdi_reg_entry_model(inModel);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue