On Thu, Jan 2, 2020 at 12:08 PM Gregory Nutt <spudan...@gmail.com> wrote: > I am doing a build test now. Yes, I am seeing this new warning too (A > LOT). But I am also seeing 'ret may be used uninitialized in this > function" in the return value of icmp_pollsetup() in the same file, > icmp/icmp_netpoll.c
Interestingly I am not seeing this warning (with my build configuration, maybe I need to look into that), but I see it in the code. 'ret' needs to be initialized to OK because it doesn't get any other value unless an error occurs. I'll send a patch momentarily... Nathan