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 May 12 17:55:37 UTC 2024
Modified Files:
src/bin: Makefile.inc
src/sbin: Makefile.inc
src/usr.bin: Makefile.inc
src/usr.sbin: Makefile.inc
Log Message:
lint: suppress "used but not defined" for bin, sbin, usr.bin, usr.sbin
These diagnostics are emitted by lint2, and like all diagnostics from
lint2, they don't affect the exit status.
In libc, lint cannot handle the renamings from namespace.h, generating
many false positive diagnostics since 'libc_function' is used but
'_libc_function' is defined. Until this situation is handled properly,
suppress this diagnostic.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/bin/Makefile.inc
cvs rdiff -u -r1.24 -r1.25 src/sbin/Makefile.inc
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/Makefile.inc
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/Makefile.inc
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