Eliminate 'variable set but not used' Cppcheck warnings in test_stack
authorIvan Maidanski <ivmai@mail.ru>
Fri, 13 Jun 2014 12:35:55 +0000 (16:35 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 13 Jun 2014 12:35:55 +0000 (16:35 +0400)
commitba6c3170412ef7f751ff63e2b656296265dcff93
tree0ab9e22c4cef9679585ea90288018166c6348d55
parentb1e38be3cb8a957b014b64dd0e515fadbd198c9f
Eliminate 'variable set but not used' Cppcheck warnings in test_stack

* tests/test_stack.c (run_one_test): Define "j" local variable only
if VERBOSE.
* tests/test_stack.c (main): Do not define "sum" local variable (and
don not compute the sum) if NO_TIMES.
tests/test_stack.c