Re: [PATCH] libkmod: fix result of comparison of unsigned enum in kmod_dump_index()

2024-06-24 Thread Michal Suchánek
Hello, On Sat, Jun 22, 2024 at 03:13:22PM +0900, ysk...@gmail.com wrote: > From: Yunseong Kim > > This patch fix compiler warning in kmod_dump_index() > > libkmod/libkmod.c:989:11: warning: result of comparison of unsigned enum > expression < 0 is always false [-Wtautological-unsigned-enum-zero

Re: [PATCH] libkmod: fix result of comparison of unsigned enum in kmod_dump_index()

2024-06-24 Thread Yunseong Kim
Hi Michal, On 6/24/24 4:49 오후, Michal Suchánek wrote: > Hello, > > On Sat, Jun 22, 2024 at 03:13:22PM +0900, ysk...@gmail.com wrote: >> From: Yunseong Kim >> >> This patch fix compiler warning in kmod_dump_index() >> >> libkmod/libkmod.c:989:11: warning: result of comparison of unsigned enum >>

Re: [PATCH] libkmod: fix result of comparison of unsigned enum in kmod_dump_index()

2024-06-24 Thread Michal Suchánek
Hello, On Tue, Jun 25, 2024 at 02:40:23AM +0900, Yunseong Kim wrote: > Hi Michal, > > On 6/24/24 4:49 오후, Michal Suchánek wrote: > > Hello, > > > > On Sat, Jun 22, 2024 at 03:13:22PM +0900, ysk...@gmail.com wrote: > >> From: Yunseong Kim > >> > >> This patch fix compiler warning in kmod_dump_in