Re: [PATCH] meson: Add most 3rd-party includes as system includes

2025-07-16 Thread Daniel P . Berrangé
On Wed, Jul 16, 2025 at 08:13:09AM +, Bernhard Beschow wrote: > > > Am 15. Juli 2025 13:45:08 UTC schrieb "Daniel P. Berrangé" > : > >On Fri, Jul 11, 2025 at 12:00:24PM +0100, Daniel P. Berrangé wrote: > >> On Fri, Jul 11, 2025 at 11:45:08AM +0100, Peter Maydell wrote: > >> > On Tue, 17 Jun

Re: [PATCH] meson: Add most 3rd-party includes as system includes

2025-07-16 Thread Bernhard Beschow
Am 15. Juli 2025 13:45:08 UTC schrieb "Daniel P. Berrangé" : >On Fri, Jul 11, 2025 at 12:00:24PM +0100, Daniel P. Berrangé wrote: >> On Fri, Jul 11, 2025 at 11:45:08AM +0100, Peter Maydell wrote: >> > On Tue, 17 Jun 2025 at 21:35, Bernhard Beschow wrote: >> > > >> > > When compiling QEMU again

Re: [PATCH] meson: Add most 3rd-party includes as system includes

2025-07-15 Thread Daniel P . Berrangé
On Fri, Jul 11, 2025 at 12:00:24PM +0100, Daniel P. Berrangé wrote: > On Fri, Jul 11, 2025 at 11:45:08AM +0100, Peter Maydell wrote: > > On Tue, 17 Jun 2025 at 21:35, Bernhard Beschow wrote: > > > > > > When compiling QEMU against fuse3-3.17.1 with --enable-werror the build > > > fails > > > with

Re: [PATCH] meson: Add most 3rd-party includes as system includes

2025-07-14 Thread Bernhard Beschow
Am 11. Juli 2025 10:45:08 UTC schrieb Peter Maydell : >On Tue, 17 Jun 2025 at 21:35, Bernhard Beschow wrote: >> >> When compiling QEMU against fuse3-3.17.1 with --enable-werror the build fails >> with: >> >> In file included from ../src/block/export/fuse.c:33: >> /usr/include/fuse3/fuse.h:9

Re: [PATCH] meson: Add most 3rd-party includes as system includes

2025-07-11 Thread Daniel P . Berrangé
On Fri, Jul 11, 2025 at 11:45:08AM +0100, Peter Maydell wrote: > On Tue, 17 Jun 2025 at 21:35, Bernhard Beschow wrote: > > > > When compiling QEMU against fuse3-3.17.1 with --enable-werror the build > > fails > > with: > > > > In file included from ../src/block/export/fuse.c:33: > > /usr/incl

Re: [PATCH] meson: Add most 3rd-party includes as system includes

2025-07-11 Thread Peter Maydell
On Tue, 17 Jun 2025 at 21:35, Bernhard Beschow wrote: > > When compiling QEMU against fuse3-3.17.1 with --enable-werror the build fails > with: > > In file included from ../src/block/export/fuse.c:33: > /usr/include/fuse3/fuse.h:959:5: error: redundant redeclaration of > ‘fuse_main_real_versi

Re: [PATCH] meson: Add most 3rd-party includes as system includes

2025-07-11 Thread Philippe Mathieu-Daudé
On 17/6/25 22:34, Bernhard Beschow wrote: When compiling QEMU against fuse3-3.17.1 with --enable-werror the build fails with: In file included from ../src/block/export/fuse.c:33: /usr/include/fuse3/fuse.h:959:5: error: redundant redeclaration of ‘fuse_main_real_versioned’ [-Werror=redunda

Re: [PATCH] meson: Add most 3rd-party includes as system includes

2025-07-10 Thread Bernhard Beschow
Am 3. Juli 2025 06:25:11 UTC schrieb Bernhard Beschow : > > >Am 17. Juni 2025 20:34:35 UTC schrieb Bernhard Beschow : >>When compiling QEMU against fuse3-3.17.1 with --enable-werror the build fails >>with: >> >> In file included from ../src/block/export/fuse.c:33: >> /usr/include/fuse3/fuse.h:

Re: [PATCH] meson: Add most 3rd-party includes as system includes

2025-07-02 Thread Bernhard Beschow
Am 17. Juni 2025 20:34:35 UTC schrieb Bernhard Beschow : >When compiling QEMU against fuse3-3.17.1 with --enable-werror the build fails >with: > > In file included from ../src/block/export/fuse.c:33: > /usr/include/fuse3/fuse.h:959:5: error: redundant redeclaration of > ‘fuse_main_real_versio

[PATCH] meson: Add most 3rd-party includes as system includes

2025-06-17 Thread Bernhard Beschow
When compiling QEMU against fuse3-3.17.1 with --enable-werror the build fails with: In file included from ../src/block/export/fuse.c:33: /usr/include/fuse3/fuse.h:959:5: error: redundant redeclaration of ‘fuse_main_real_versioned’ [-Werror=redundant-decls] 959 | int fuse_main_real_version