11434 stmsboot: NULL pointer errors
Review Request #2152 — Created July 11, 2019 and submitted — Latest diff uploaded
Information | |
---|---|
tsoome | |
illumos-gate | |
11434, 11510 | |
0fa9d19... | |
Reviewers | |
general | |
stmsboot_util.c: In function 'parse_args': stmsboot_util.c:414:36: error: comparison between pointer and integer [-Werror] if ((strncmp(drvlimit, "fp", 2) == NULL) && ^~ stmsboot_util.c:415:37: error: comparison between pointer and integer [-Werror] (strncmp(drvlimit, "mpt", 3) == NULL) && ^~ stmsboot_util.c:416:41: error: comparison between pointer and integer [-Werror] (strncmp(drvlimit, "mpt_sas", 7) == NULL) && ^~ stmsboot_util.c:417:38: error: comparison between pointer and integer [-Werror] (strncmp(drvlimit, "pmcs", 4) == NULL)) { ^~ cc1: all warnings being treated as errors