malloc: modify compiler warning workarounds
authorBrian Norris <banorris@uci.edu>
Wed, 14 Aug 2013 05:05:23 +0000 (22:05 -0700)
committerBrian Norris <banorris@uci.edu>
Wed, 14 Aug 2013 05:05:23 +0000 (22:05 -0700)
clang will complain when (in a function like this) we try to silence
"unused" warnings with a self-assignment. It's equivalently useless to
just cast to (void), and I think it will still silence the warning it
was originally trying to silence.


No differences found