CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    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@

Reply via email to