Ignore boring return codes properly.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 14 Mar 2012 18:50:01 +0000 (18:50 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 14 Mar 2012 21:09:25 +0000 (21:09 +0000)
commit23df0e5b6d5dfe65beaf6fee394746bfbf574035
tree2e98eaf3e13aabfea763f2eefad09315cb0f9139
parente533c005b62f3e1016b5fb9a3b6973124480a54b
Ignore boring return codes properly.

The warning about variables assigned values and then ignored is useful,
as are warnings about ignored return codes sometimes.  But sometimes
ignoring things really is the right answer.
client/tripectl.c
common/util.h
pkstream/pkstream.c
proxy/tripe-mitm.c
server/tun-bsd.c
server/tun-linux.c
server/tun-unet.c