On 06/04/2018 10:50 AM, Steve Dickson wrote: > The patches remove more warnings that are errors via the -W flags. > Basically allows RHEL7 to compile with following flags: > > -Wformat=2 -Wmissing-include-dirs \ > -Wunused -Wlogical-op \ > -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \ > -Wmissing-noreturn -Wshadow \ > -Wunreachable-code -Wdisabled-optimization \ > -fstrict-aliasing -fstrict-overflow \ > -fexceptions -fstack-protector \ > -fasynchronous-unwind-tables -fpie" \ > > There are still warnings but there are no more fatel errors. > > > Steve Dickson (4): > xtab.c: Removed overflow in implicit constant conversion errors > Removed ISO C does not support the '%m' gnu_printf format errors > Removed format expects argument of type errors > gssd.c: Remomved a couple of warning errors > > support/include/exportfs.h | 2 +- > utils/gssd/gssd.c | 20 ++++++++++---------- > utils/idmapd/idmapd.c | 3 ++- > utils/nfsidmap/nfsidmap.c | 2 +- > utils/nfsstat/nfsstat.c | 6 +++--- > utils/statd/statd.c | 7 ++++--- > 6 files changed, 21 insertions(+), 19 deletions(-) > Committed... with the nit fixed. steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html