CVS commit: src
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rillig Date: Sat Mar 14 15:10:25 UTC 2026 Modified Files: src/tests/usr.bin/xlint/lint1: msg_386.c src/usr.bin/xlint/lint1: cksnprintb.c Log Message: lint: do not warn about snprintb mixing 'f' with ':' Most often, 'f' is used with '=', but in cases where the description does not start with an identifier, there is no risk of pasting the number and the value description together without a separator. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/xlint/lint1/msg_386.c cvs rdiff -u -r1.16 -r1.17 src/usr.bin/xlint/lint1/cksnprintb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.