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:           Tue Apr 19 20:08:52 UTC 2022

Modified Files:
        src/tests/usr.bin/xlint/lint1: msg_298.c msg_298.exp
        src/usr.bin/xlint/lint1: tree.c

Log Message:
lint: do not warn about converting (1234567L & 0xFF) to unsigned char

Due to the '& 0xFF', there is no possible loss of accuracy.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/msg_298.c \
    src/tests/usr.bin/xlint/lint1/msg_298.exp
cvs rdiff -u -r1.433 -r1.434 src/usr.bin/xlint/lint1/tree.c

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