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:           Sun Jul  4 08:19:06 UTC 2021

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/tests/usr.bin/xlint/lint1: Makefile c99_bool_strict_suppressed.c
        src/usr.bin/xlint/lint1: tree.c
Removed Files:
        src/tests/usr.bin/xlint/lint1: c99_bool_strict_suppressed.exp

Log Message:
lint: remove outdated assertion

Since err.c 1.12 from 2000-07-06, lint allows to suppress individual
error messages.  Suppressed error messages do not increment nerr.
Keeping nerr at 0 had triggered the assertion.


To generate a diff of this commit:
cvs rdiff -u -r1.1073 -r1.1074 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.75 -r1.76 src/tests/usr.bin/xlint/lint1/Makefile
cvs rdiff -u -r1.1 -r1.2 \
    src/tests/usr.bin/xlint/lint1/c99_bool_strict_suppressed.c
cvs rdiff -u -r1.1 -r0 \
    src/tests/usr.bin/xlint/lint1/c99_bool_strict_suppressed.exp
cvs rdiff -u -r1.304 -r1.305 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