Re: [PATCH 01/19] build-sys: drop -Winline

2025-02-12 Thread Daniel P . Berrangé
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

[PATCH 01/19] build-sys: drop -Winline

2025-01-29 Thread marcandre . lureau
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