]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix more warnings from openbsd_malloc
authorNick Mathewson <nickm@torproject.org>
Fri, 17 Aug 2012 17:49:52 +0000 (13:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 17 Aug 2012 17:49:52 +0000 (13:49 -0400)
commit4c8fcba86c35bd8e2cfde4c65f394c7837638ff0
tree92c76044dae96a72fb0cb2976fe41d3f8bec9d62
parent6a33c33a12f3af414e97b91d5718ea16f2d26673
Fix more warnings from openbsd_malloc

Apparently, (void)writev is not enough to suppress the "you are
ignoring the return value!" warnings on Linux.  Instead, remove the
whole warning/error logic when compiling openbsd_malloc for Tor: we
can't use it.
src/common/OpenBSD_malloc_Linux.c