Source-Changes archive

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

CVS commit: src/usr.bin/xlint/lint1



Module Name:    src
Committed By:   rillig
Date:           Sat Jan 30 21:58:04 UTC 2021

Modified Files:
        src/usr.bin/xlint/lint1: err.c tree.c

Log Message:
lint: add type information to message 275

Before: cast discards 'const' from pointer target type
After:  cast discards 'const' from type 'pointer to const char'

Seen in sqlite3.c.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/usr.bin/xlint/lint1/err.c
cvs rdiff -u -r1.195 -r1.196 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