mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-06 03:51:27 +02:00
muffle some visual-C warnings
This commit is contained in:
@@ -29,7 +29,7 @@ struct op {
|
||||
char *op_name; /* Printing name. */
|
||||
char op_arity; /* One or two. */
|
||||
union {
|
||||
void *anonymous;
|
||||
void (*anonymous)(void);
|
||||
struct dvec *(*unary)(struct pnode *);
|
||||
struct dvec *(*binary)(struct pnode *, struct pnode *);
|
||||
} op_func; /* The function to do the work. */
|
||||
|
||||
Reference in New Issue
Block a user