Module Name: src Committed By: rillig Date: Fri Oct 4 11:38:03 UTC 2024
Modified Files: src/tests/usr.bin/xlint/lint1: lex_comment.c src/usr.bin/xlint/lint1: cgram.y Log Message: lint: fix suppressed warnings after if-else-if statement Seen in sbin/dump/main.c, the "cp = strchr" line. The bug had been there since at least 2002. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/lex_comment.c cvs rdiff -u -r1.511 -r1.512 src/usr.bin/xlint/lint1/cgram.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.