Replace the dummy-use var in SMARTLIST_FOREACH_END() with one that is less likely...
commit6c432a5565183b705569310a34b4da54b1bf98d4
authorNick Mathewson <nickm@torproject.org>
Tue, 9 Sep 2008 19:29:33 +0000 (9 19:29 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 9 Sep 2008 19:29:33 +0000 (9 19:29 +0000)
tree792f555c7ad681ce92b13bfcf434294245541610
parentfa64d8041f88857de1e3b140c3df39022fba32ae
Replace the dummy-use var in SMARTLIST_FOREACH_END() with one that is less likely to confuse analysis tools into thinking we do use after free.  Arguably, (void)x should count as use in suppressing unused variable warnings, but not in generating hey-you-used-a-variable warnings.  Arguably, though, it shouldn't.

svn:r16815
src/common/container.h