Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
In article <20220624212212.1452DFB1B%cvs.NetBSD.org@localhost>,
Roland Illig <source-changes-d%NetBSD.org@localhost> wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: rillig
>Date: Fri Jun 24 21:22:11 UTC 2022
>
>Modified Files:
> src/tests/usr.bin/xlint/lint1: msg_247.c
> src/usr.bin/xlint/lint1: tree.c
>
>Log Message:
>lint: do not warn about pointer casts to array types
>
>If the (recursive) element type of the array is compatible, that's good
>enough. Even after the previous commits, this warning is the one that
>occurs most in a standard NetBSD build, and it is generally ignored.
>For now, focus on reducing the number of false positives to an
>acceptable level.
Same as before (specifically enable via a command line switch)
christos
Home |
Main Index |
Thread Index |
Old Index