Re: [PATCH 07/12] win32: use compiler option instead of attribute gcc_struct

2024-10-31 Thread Pierrick Bouvier
On 10/31/24 03:44, Thomas Huth wrote: On 31/10/2024 10.28, Daniel P. Berrangé wrote: On Wed, Oct 30, 2024 at 09:04:21PM -0700, Pierrick Bouvier wrote: This attribute is not recognized by clang, but the associated option is. Signed-off-by: Pierrick Bouvier --- meson.build

Re: [PATCH 07/12] win32: use compiler option instead of attribute gcc_struct

2024-10-31 Thread Thomas Huth
On 31/10/2024 10.28, Daniel P. Berrangé wrote: On Wed, Oct 30, 2024 at 09:04:21PM -0700, Pierrick Bouvier wrote: This attribute is not recognized by clang, but the associated option is. Signed-off-by: Pierrick Bouvier --- meson.build | 8 include/qemu/

Re: [PATCH 07/12] win32: use compiler option instead of attribute gcc_struct

2024-10-31 Thread Daniel P . Berrangé
On Wed, Oct 30, 2024 at 09:04:21PM -0700, Pierrick Bouvier wrote: > This attribute is not recognized by clang, but the associated option is. > > Signed-off-by: Pierrick Bouvier > --- > meson.build | 8 > include/qemu/compiler.h | 7 +--

[PATCH 07/12] win32: use compiler option instead of attribute gcc_struct

2024-10-30 Thread Pierrick Bouvier
This attribute is not recognized by clang, but the associated option is. Signed-off-by: Pierrick Bouvier --- meson.build | 8 include/qemu/compiler.h | 7 +-- subprojects/libvhost-user/libvhost-user.h | 6 +- 3 files changed, 6 ins