aboutsummaryrefslogtreecommitdiff
path: root/tests/unused-return.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-05 20:02:26 -0700
committerMichael Forney <mforney@mforney.org>2019-04-06 12:01:51 -0700
commit4c697d5087e5f5aaa01bada73396058eed88525d (patch)
treef6ab372f390bcc83684282cdea1743daebeb6fd5 /tests/unused-return.c
parent2b95bd2fe11ac8e982fc88d42661bd5cf3f6e475 (diff)
arg: Use (void *)0 instead of NULL in error case of conditional expression
Even though NULL is a null pointer constant, the comma expression with NULL at the end is not. So, we must ensure that either the type of the comma expression is `char *` or `void *`, and we don't know this for NULL.
Diffstat (limited to 'tests/unused-return.c')
0 files changed, 0 insertions, 0 deletions