On Tue, 23 Nov 2021 22:48:24 +
Joseph Myers wrote:
> On Tue, 23 Nov 2021, Daniil Stas via Gcc-patches wrote:
>
> > On Mon, 22 Nov 2021 20:35:03 +
> > Joseph Myers wrote:
> >
> > > On Sun, 21 Nov 2021, Daniil Stas via Gcc-patches wrote:
> > >
> [...]
> > >
> > > I'd expect this
On Tue, 23 Nov 2021, Daniil Stas via Gcc-patches wrote:
> On Mon, 22 Nov 2021 20:35:03 +
> Joseph Myers wrote:
>
> > On Sun, 21 Nov 2021, Daniil Stas via Gcc-patches wrote:
> >
> > > This option is enabled by default when -Wformat option is enabled. A
> > > user can specify -Wno-format-int-
On Mon, 22 Nov 2021 20:35:03 +
Joseph Myers wrote:
> On Sun, 21 Nov 2021, Daniil Stas via Gcc-patches wrote:
>
> > This option is enabled by default when -Wformat option is enabled. A
> > user can specify -Wno-format-int-precision to disable emitting
> > warnings when passing an argument of
On Sun, 21 Nov 2021, Daniil Stas via Gcc-patches wrote:
> This option is enabled by default when -Wformat option is enabled. A
> user can specify -Wno-format-int-precision to disable emitting
> warnings when passing an argument of an incompatible integer type to
> a 'd', 'i', 'o', 'u', 'x', or 'X'
This option is enabled by default when -Wformat option is enabled. A
user can specify -Wno-format-int-precision to disable emitting
warnings when passing an argument of an incompatible integer type to
a 'd', 'i', 'o', 'u', 'x', or 'X' conversion specifier when it has
the same precision as the expec