10611 mouse8042: NULL pointer errors
Review Request #1592 — Created March 30, 2019 and submitted
Information | |
---|---|
tsoome | |
illumos-gate | |
10611 | |
7601fc8... | |
Reviewers | |
general | |
In file included from ../../common/sys/param.h:48:0, from ../../common/io/mouse8042.c:35: ../../common/io/mouse8042.c: In function 'mouse8042_attach': ../../common/sys/null.h:32:14: error: passing argument 6 of 'ddi_create_minor_node' makes integer from pointer without a cast [-Werror=int-conversion] #define NULL ((void *)0) ^ ../../common/io/mouse8042.c:326:20: note: in expansion of macro 'NULL' DDI_NT_MOUSE, NULL); ^~~~ In file included from ../../common/io/mouse8042.c:50:0: ../../common/sys/sunddi.h:1564:1: note: expected 'int' but argument is of type 'void *' ddi_create_minor_node(dev_info_t *dip, char *name, int spec_type, ^~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors