On Fri, Aug 9, 2019 at 1:53 AM Mark Rutland <mark.rutl...@arm.com> 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