Follow-up Comment #2, bug #21823 (project make):
You are right. I just thought it was worth reporting the error because the
test for NULL indicates something is "fishy." BTW,
imho I would assume all the statements in a program serve a
purpose, specially those that cannot be caught by the compi
Follow-up Comment #1, bug #21823 (project make):
Just because there is a check for NULL does not necessarily mean that a NULL
value can ever happen, "potentially". Unless you assume that all statements in
a program serve a particular purpose.
___