On Wed, Jan 29, 2025 at 05:40:23PM +0400, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> The warning is triggered when compiling with various build options, such
> as -Doptimization=g.
>
> From gcc(1) man page about -Winline:
> seemingly insignificant changes in the source prog
From: Marc-André Lureau
The warning is triggered when compiling with various build options, such
as -Doptimization=g.
>From gcc(1) man page about -Winline:
seemingly insignificant changes in the source program can cause the warnings
produced by -Winline to appear or disappear.
Such flaky behav