Workaround 'pos_*, [r]iter, dump never used' cppcheck style warnings (cord)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 27 Oct 2016 09:04:41 +0000 (12:04 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 27 Oct 2016 09:04:41 +0000 (12:04 +0300)
commit596befb9d23cdbf3282f377c5800622b5ca038d4
tree04b6cfc373a107869c35e22a7479d51911c1f2b9
parentda4203df71cf2e030afdc48f90b93a817f79a592
Workaround 'pos_*, [r]iter, dump never used' cppcheck style warnings (cord)

* cord/tests/cordtest.c [CPPCHECK] (CORD_iter, CORD_next,
CORD_pos_fetch, CORD_pos_to_cord, CORD_pos_to_index, CORD_pos_valid,
CORD_prev): Undefine (at the beginning of the file).
* cord/tests/cordtest.c [CPPCHECK] (test_basics): Call CORD_pos_to_cord,
CORD_pos_to_index, CORD_iter, CORD_riter, CORD_dump; add TODO item.
cord/tests/cordtest.c