Re: [PATCH] arm64/cache: silence -Woverride-init warnings

From: Nick Desaulniers
Date: Fri Aug 09 2019 - 18:14:25 EST


On Fri, Aug 9, 2019 at 1:53 AM Mark Rutland <mark.rutland@xxxxxxx> wrote:
> * Find a mechanism to suppress the warning on a per-assignment (not
> per-file) basis, without altering the structure of the existing code.

#pragma push/pop can be used to suppress warnings in a localized
section of a translation unit.

--
Thanks,
~Nick Desaulniers