CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/22 09:42:55
Modified files:
usr.bin/rpcgen : rpc_cout.c
Log message:
Avoid "unused variable 'i'" warnings in generated .c files by only emitting
the "int i;" for non-opaque arrays. Opaque arrays use xdr_opaque() rather
than iterating over the array.
Eliminates another couple of dozen warnings from snap build output.
ok deraadt@ millert@
