mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-06 03:51:27 +02:00
Remove linker warnings in MSVC
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user