Re: [PATCH v2 0/3] Unchecked return value from library patches

2021-04-05 Thread Gedare Bloom
All 3 are fine with me, thanks On Mon, Apr 5, 2021 at 7:28 AM Ryan Long wrote: > > Hi, > > For these patches, I just added #ifdefs and (void)'s to get rid of the > issues. > > Thanks, > Ryan > > Ryan Long (3): > gen_uuid.c: Ignore return values from fcntl() > main_cp.c: Ignore return value

[PATCH v2 0/3] Unchecked return value from library patches

2021-04-05 Thread Ryan Long
Hi, For these patches, I just added #ifdefs and (void)'s to get rid of the issues. Thanks, Ryan Ryan Long (3): gen_uuid.c: Ignore return values from fcntl() main_cp.c: Ignore return value from stat() main_help.c: Do not care what char is returned by getchar()