To catch potential during compile time, the -Wextra compile flag was added to the CFLAGS. The raise the bar like this, with regard to warnings, will keep the code cleaner in the long run. Steve Dickson (24): Enable extra compile warnings (-Wextra) by default. Remove warnings from nfsctl.c Removed warnings from rpcdispatch.c Remove warnings from svc_socket.c emove warnings from cacheio.c Remove warnings from nfs_mntent.c Removed warnings from conffile.c Removed warnings from mountd.c Removed warnings from fsloc.c Removed warnings from cache.c Removed warnings from nfssvc.c Removed warnings from nfsstat.c Removed warnings from atomicio.c Removed warnings from idmapd.c Removed warnings from gssd.c Removed warnings from gssd_main_loop.c Removed warnings from krb5_util.c Removed warnings from gssd_proc.c Removed warnings from svcgssd.c Removed warnings from svcgssd_proc.c Removed warnings from network.c Removed warnings from nfsmount.c Removed warnings from nfs4mount.c Removed warnings from configfile.c configure.ac | 2 +- support/export/nfsctl.c | 2 +- support/include/nfslib.h | 4 ++-- support/nfs/cacheio.c | 2 +- support/nfs/conffile.c | 8 ++++---- support/nfs/nfs_mntent.c | 2 +- support/nfs/rpcdispatch.c | 4 ++-- support/nfs/rpcmisc.c | 2 +- support/nfs/svc_socket.c | 6 +++--- utils/gssd/gssd.c | 2 +- utils/gssd/gssd_main_loop.c | 2 ++ utils/gssd/gssd_proc.c | 8 ++++---- utils/gssd/krb5_util.c | 29 +++++++++++++++++++++-------- utils/gssd/krb5_util.h | 2 +- utils/gssd/svcgssd.c | 2 +- utils/gssd/svcgssd_proc.c | 8 ++++---- utils/idmapd/atomicio.c | 3 ++- utils/idmapd/idmapd.c | 36 +++++++++++++++++++++++++++++++----- utils/mount/configfile.c | 4 ++-- utils/mount/network.c | 19 +++++++++---------- utils/mount/nfs4mount.c | 2 +- utils/mount/nfsmount.c | 8 ++++++-- utils/mountd/cache.c | 20 ++++++++++---------- utils/mountd/fsloc.c | 2 +- utils/mountd/fsloc.h | 2 +- utils/mountd/mountd.c | 19 +++++++++++++++---- utils/nfsd/nfssvc.c | 6 +++--- utils/nfsstat/nfsstat.c | 6 +++--- 28 files changed, 134 insertions(+), 78 deletions(-) -- 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