mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 19:22:38 +02:00
Avoid compiler warning (VS2022)
This commit is contained in:
@@ -47,7 +47,7 @@ void com_let(wordlist *wl)
|
||||
int n_dst_index;
|
||||
struct pnode *names = (struct pnode *) NULL;
|
||||
struct dvec *vec_src = (struct dvec *) NULL;
|
||||
struct plot *tplot;
|
||||
struct plot *tplot = NULL;
|
||||
|
||||
/* let with no arguments is equivalent to display */
|
||||
if (!wl) {
|
||||
|
||||
Reference in New Issue
Block a user