Since I'm trying to bump version of nfs-utils to latest in Buildroot, I've noticed some warning in rpcgen, so I've decided to clean them up by fixing code or #pragma ignoring them. Hope this is useful. Other warnings are still there waiting to be fixed and if you find these patches useful I'm going to complete all warning correction. Giulio Benetti (7): rpcgen: rpc_cout: silence unused def parameter rpcgen: rpc_util: add storeval args to prototype rpcgen: rpc_util: add findval args to prototype rpcgen: rpc_parse: add get_definition() void argument rpcgen: rpc_cout: fix potential -Wformat-nonliteral warning rpcgen: rpc_hout: fix potential -Wformat-security warning rpcgen: rpc_hout: fix indentation on f_print() argument separator tools/rpcgen/rpc_cout.c | 8 ++++---- tools/rpcgen/rpc_hout.c | 4 +++- tools/rpcgen/rpc_parse.h | 2 +- tools/rpcgen/rpc_util.h | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) -- 2.20.1