In article <20220624212212.1452df...@cvs.netbsd.org>, Roland Illig <source-changes-d@NetBSD.org> 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