Re: [PATCH] hash_readwrite_autotest: fix printf parameters

2025-03-11 Thread Bruce Richardson
On Fri, Mar 07, 2025 at 02:34:01PM -0800, Andre Muezerie wrote: > On Fri, Mar 07, 2025 at 09:01:28AM +, Bruce Richardson wrote: > > On Thu, Mar 06, 2025 at 12:03:28PM -0800, Andre Muezerie wrote: > > > Compiling with MSVC logs the warnings below, which result in > > > build error: > > > > > >

Re: [PATCH] hash_readwrite_autotest: fix printf parameters

2025-03-11 Thread Stephen Hemminger
On Mon, 10 Mar 2025 10:51:51 + Bruce Richardson wrote: > On Fri, Mar 07, 2025 at 02:34:01PM -0800, Andre Muezerie wrote: > > On Fri, Mar 07, 2025 at 09:01:28AM +, Bruce Richardson wrote: > > > On Thu, Mar 06, 2025 at 12:03:28PM -0800, Andre Muezerie wrote: > > > > Compiling with MSVC

RE: [PATCH] hash_readwrite_autotest: fix printf parameters

2025-03-11 Thread Morten Brørup
> From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > Sent: Tuesday, 11 March 2025 15.40 > > On Mon, Mar 10, 2025 at 08:36:40AM -0700, Stephen Hemminger wrote: > > On Mon, 10 Mar 2025 10:51:51 + > > Bruce Richardson wrote: > > > > > On Fri, Mar 07, 2025 at 02:34:01PM -0800, Andre Mue

Re: [PATCH] hash_readwrite_autotest: fix printf parameters

2025-03-11 Thread Andre Muezerie
On Mon, Mar 10, 2025 at 08:36:40AM -0700, Stephen Hemminger wrote: > On Mon, 10 Mar 2025 10:51:51 + > Bruce Richardson wrote: > > > On Fri, Mar 07, 2025 at 02:34:01PM -0800, Andre Muezerie wrote: > > > On Fri, Mar 07, 2025 at 09:01:28AM +, Bruce Richardson wrote: > > > > On Thu, Mar 06,

Re: [PATCH] hash_readwrite_autotest: fix printf parameters

2025-03-07 Thread Andre Muezerie
On Fri, Mar 07, 2025 at 09:01:28AM +, Bruce Richardson wrote: > On Thu, Mar 06, 2025 at 12:03:28PM -0800, Andre Muezerie wrote: > > Compiling with MSVC logs the warnings below, which result in > > build error: > > > > ../app/test/test_hash_readwrite.c(73): warning C4476: 'printf' : > > unk

Re: [PATCH] hash_readwrite_autotest: fix printf parameters

2025-03-07 Thread Bruce Richardson
On Thu, Mar 06, 2025 at 12:03:28PM -0800, Andre Muezerie wrote: > Compiling with MSVC logs the warnings below, which result in > build error: > > ../app/test/test_hash_readwrite.c(73): warning C4476: 'printf' : > unknown type field character ''' in format specifier > ../app/test/test_hash_read