Re: [PATCH 01/20] ata: ahci_dm816: Ignore -Woverride-init

From: Christoph Hellwig
Date: Thu Jan 28 2021 - 13:24:17 EST


On Thu, Jan 28, 2021 at 06:02:20PM +0000, Lee Jones wrote:
> Some ATA drivers use the SCSI host template, a series of interwoven
> macros, to aid with initialisation. Some of these macros conflict,
> resulting in the over-writing of previously set values.

Please just disable this warning globally. This is a sensible
patter and we should not sprinkle per-file options for something
that fundamental.