Module Name: src Committed By: rillig Date: Sun May 16 11:11:37 UTC 2021
Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile msg_034.c msg_034.exp msg_166.c msg_166.exp t_integration.sh src/usr.bin/xlint/lint1: decl.c err.c Added Files: src/tests/usr.bin/xlint/lint1: msg_344.c msg_344.exp Log Message: lint: add more specific warning for bit-field of type plain 'int' Previously, declaring a bit-field of type plain 'int' resulted in this warning: warning: nonportable bit-field type 'int' [34] This warning was too unspecific to be actionable, and until yesterday it didn't even include the type. In order to allow this warning to be understood and properly fixed, describe the actual nonportability more precisely: warning: bit-field of type plain 'int' has implementation-defined signedness [344] To generate a diff of this commit: cvs rdiff -u -r1.1051 -r1.1052 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.57 -r1.58 src/tests/usr.bin/xlint/lint1/Makefile cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/xlint/lint1/msg_034.c cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/msg_034.exp \ src/tests/usr.bin/xlint/lint1/msg_166.exp cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/msg_166.c cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/xlint/lint1/msg_344.c \ src/tests/usr.bin/xlint/lint1/msg_344.exp cvs rdiff -u -r1.49 -r1.50 src/tests/usr.bin/xlint/lint1/t_integration.sh cvs rdiff -u -r1.181 -r1.182 src/usr.bin/xlint/lint1/decl.c cvs rdiff -u -r1.118 -r1.119 src/usr.bin/xlint/lint1/err.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.