10640 signalfd: NULL pointer errors
Review Request #1614 — Created April 1, 2019 and submitted
Information | |
---|---|
tsoome | |
illumos-gate | |
10640 | |
0fb60d9... | |
Reviewers | |
general | |
In file included from ../../common/sys/param.h:48:0, from ../../common/sys/t_lock.h:38, from ../../common/sys/map.h:35, from ../../common/sys/ddi.h:37, from ../../common/io/signalfd.c:99: ../../common/io/signalfd.c: In function 'signalfd_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/signalfd.c:718:41: note: in expansion of macro 'NULL' SIGNALFDMNRN_SIGNALFD, DDI_PSEUDO, NULL) == DDI_FAILURE) { ^~~~ In file included from ../../common/io/signalfd.c:100: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