Re: [PATCH v2 2/3] test: Fix size_t formats in strlcat test

2021-07-29 Thread Minkyu Kang
Dear Simon Glass, On Mon, 19 Jul 2021 at 10:02, Simon Glass wrote: > Some of the printf() formats do not match their types. Fix this. > > Reported-by: Minkyu Kang > I modified email address to mk7.k...@samsung.com : ) Signed-off-by: Simon Glass > --- > > Changes in v2: > - Fix some size_t wa

[PATCH v2 2/3] test: Fix size_t formats in strlcat test

2021-07-18 Thread Simon Glass
Some of the printf() formats do not match their types. Fix this. Reported-by: Minkyu Kang Signed-off-by: Simon Glass --- Changes in v2: - Fix some size_t warnings with recent compilers test/lib/strlcat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/strlcat.