This patch clarify the error messages about uninitialized function arguments.
It can be really hard to see the problem if there are 10-20 arguments like:
printf("debug:....", a, b.c, d, e, ...);
with no info about which argument is uninitialized and with a complicated path to investigate it's hard to see the bug.