Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Sat May 15 19:12:15 UTC 2021

Modified Files:
        src/tests/usr.bin/xlint/lint1: Makefile expr_range.c
        src/usr.bin/xlint/lint1: func.c lint1.h

Log Message:
lint: warn about unreachable case labels for '&&'

See octeon_gmxreg.h 1.2 from 2020-06-18 for an example, where
RXN_RX_INBND_SPEED was cleaned up without adjusting the corresponding
code in octeon_gmx.c.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/tests/usr.bin/xlint/lint1/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/xlint/lint1/expr_range.c
cvs rdiff -u -r1.107 -r1.108 src/usr.bin/xlint/lint1/func.c
cvs rdiff -u -r1.100 -r1.101 src/usr.bin/xlint/lint1/lint1.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index