Re: [PATCH v2 0/2] fix void function returning a value

2025-01-23 Thread Bruce Richardson
On Thu, Jan 23, 2025 at 02:03:29PM +0100, David Marchand wrote: > On Thu, Jan 23, 2025 at 1:46 PM Bruce Richardson > wrote: > > > > On Thu, Jan 23, 2025 at 01:23:15PM +0100, David Marchand wrote: > > > Hello Bruce, > > > > > > On Wed, Jan 22, 2025 at 4:21 PM Andre Muezerie > > > wrote: > > > > >

Re: [PATCH v2 0/2] fix void function returning a value

2025-01-23 Thread David Marchand
On Thu, Jan 23, 2025 at 1:46 PM Bruce Richardson wrote: > > On Thu, Jan 23, 2025 at 01:23:15PM +0100, David Marchand wrote: > > Hello Bruce, > > > > On Wed, Jan 22, 2025 at 4:21 PM Andre Muezerie > > wrote: > > > > > > v2: > > > * Updated commit messages to follow standard format. > > > > > > Th

Re: [PATCH v2 0/2] fix void function returning a value

2025-01-23 Thread Bruce Richardson
On Thu, Jan 23, 2025 at 01:23:15PM +0100, David Marchand wrote: > Hello Bruce, > > On Wed, Jan 22, 2025 at 4:21 PM Andre Muezerie > wrote: > > > > v2: > > * Updated commit messages to follow standard format. > > > > This patch avoids warnings like the one below emitted by MSVC, and is > > needed

Re: [PATCH v2 0/2] fix void function returning a value

2025-01-23 Thread David Marchand
Hello Bruce, On Wed, Jan 22, 2025 at 4:21 PM Andre Muezerie wrote: > > v2: > * Updated commit messages to follow standard format. > > This patch avoids warnings like the one below emitted by MSVC, and is > needed to get the code to compile cleanly with MSVC. > > ../drivers/common/idpf/idpf_commo

[PATCH v2 0/2] fix void function returning a value

2025-01-22 Thread Andre Muezerie
v2: * Updated commit messages to follow standard format. This patch avoids warnings like the one below emitted by MSVC, and is needed to get the code to compile cleanly with MSVC. ../drivers/common/idpf/idpf_common_rxtx_avx512.c(139): warning C4098: 'idpf_singleq_rearm': 'void' function