build: avoid compiler warnings
authorEric Blake <ebb9@byu.net>
Thu, 19 Nov 2009 04:46:35 +0000 (21:46 -0700)
committerEric Blake <ebb9@byu.net>
Thu, 19 Nov 2009 13:39:43 +0000 (06:39 -0700)
commit111e540eb4ee2be2500e81bc14087042afb79b82
tree24721b36a744738bed94b48aaced6eb4c5ba39db
parent8cfd4a9028280e7205c7d1a70c2709706627e98d
build: avoid compiler warnings

Silence some warnings found on mingw.

* lib/select.c (rpl_select): Delete unused variable.
* lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/select.c
lib/setsockopt.c