On Tue, Apr 09, 2019 at 09:09:55AM +0200, Jakub Jelinek wrote:
> Hi!
> 
> In r263523 check_narrowing changed in this spot:
>         pedwarn (loc, OPT_Wnarrowing,
> -                "narrowing conversion of %qE from %qH to %qI "
> -                "inside { }", init, ftype, type);
> +                "narrowing conversion of %qE from %qH to %qI ",
> +                init, ftype, type);
> where the trailing space on one line was desirable before to separate
> %qI from inside { }, but now it doesn't make sense.
> 
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
> 
> 2019-04-09  Jakub Jelinek  <ja...@redhat.com>
> 
>       PR translation/90011
>       * typeck2.c (check_narrowing): Remove trailing space from diagnostics.

I think this is obvious :).

Marek

Reply via email to