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 22:14:30 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_157.c msg_157.exp
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: only warn about unsigned constants in C90 migration mode
For C99 code, the difference between traditional C and C90 is not
relevant.
Seen in sqlite3.c line 30448.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/msg_157.c
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/msg_157.exp
cvs rdiff -u -r1.434 -r1.435 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