On Tue, Mar 22, 2022 at 01:50:09PM +0100, Martin Liška wrote: > Pushed as obvious.
> - warning (0, "passing argument %d of %qE discards const qualifier > " > - "from pointer target type", n + 1, fndecl); > + warning (0, "passing argument %d of %qE discards %<const%> " > + "qualifier from pointer target type", n + 1, fndecl); Please use %qs instead? Segher