Module Name: src Committed By: rillig Date: Mon Mar 22 16:51:24 UTC 2021
Modified Files: src/tests/usr.bin/xlint/lint1: msg_171.c Log Message: tests/lint: explain wrong type mismatch in compound literal When a pointer to a compound literal is used as an initializer, lint reports a wrong type mismatch. The details of what happens are now documented, which allows this problem to be fixed properly. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/xlint/lint1/msg_171.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.