Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/xlint
Module Name: src
Committed By: rillig
Date: Sun Apr 18 22:51:25 UTC 2021
Modified Files:
src/usr.bin/xlint: Makefile.inc
src/usr.bin/xlint/common: mem.c
src/usr.bin/xlint/lint1: Makefile main1.c
src/usr.bin/xlint/lint2: Makefile main2.c read.c
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove WARNS=3, falling back to the default WARNS=5
It's strange that GCC does not warn about the nonliteral format strings
in lint1/err.c, lint2/msg.c and lint2/read.c, despite -Wformat=2, but
Clang does.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/xlint/Makefile.inc
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/xlint/common/mem.c
cvs rdiff -u -r1.69 -r1.70 src/usr.bin/xlint/lint1/Makefile
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/xlint/lint1/main1.c
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/xlint/lint2/Makefile
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/xlint/lint2/main2.c
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/xlint/lint2/read.c
cvs rdiff -u -r1.61 -r1.62 src/usr.bin/xlint/xlint/xlint.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