muffle some visual-C warnings

This commit is contained in:
rlar
2010-09-07 20:23:07 +00:00
parent d4946a6e81
commit f7c8eb1d2a
4 changed files with 67 additions and 59 deletions
+1 -1
View File
@@ -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. */