OK.
On Thu, Jun 22, 2017 at 2:00 PM, Martin Sebor <mse...@gmail.com> wrote: > By making use of STRIP_NOPS() on the destination of the memory > function call, besides discarding the (implicit) conversion to > void* the warning also strips any explicit casts that remove > cv-qualifiers. This causes warnings that should otherwise be > suppressed, as pointed out in bug 81169. > > The attached patch only strips the outermost NOP_EXPR's to avoid > the unexpected warning in these cases. > > Martin