Avoid compiler warning (VS2022)
This commit is contained in:
parent
760b12b14e
commit
95cf8738da
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue