11348 iscsitsvc: NULL pointer errors
Review Request #2084 — Created July 6, 2019 and submitted
Information | |
---|---|
tsoome | |
illumos-gate | |
11348 | |
2099fe2... | |
Reviewers | |
general | |
In file included from /code/illumos-gate/proto/root_i386/usr/include/iso/stdlib_iso.h:50:0, from /code/illumos-gate/proto/root_i386/usr/include/stdlib.h:37, from iscsitsvc.c:26: /code/illumos-gate/proto/root_i386/usr/include/sys/null.h:28:14: error: initialization makes integer from pointer without a cast [-Werror=int-conversion] #define NULL ((void *)0) ^ iscsitsvc.c:78:27: note: in expansion of macro 'NULL' {NULL, 0, NULL, NULL, 0, NULL, 0, NULL} ^~~~ /code/illumos-gate/proto/root_i386/usr/include/sys/null.h:28:14: note: (near initialization for 'subcommands[2].operand') #define NULL ((void *)0) ^ iscsitsvc.c:78:27: note: in expansion of macro 'NULL' {NULL, 0, NULL, NULL, 0, NULL, 0, NULL} ^~~~ cc1: all warnings being treated as errors