Workaround 'obsolescent ftime called' cppcheck style warning (POSIX)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 9 Mar 2017 04:53:32 +0000 (07:53 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 9 Mar 2017 04:53:32 +0000 (07:53 +0300)
commit85e667b5efb4307e686a3feced5e846e812bb111
treef1d1170df647b76ed0bd3a91da9e491507754ea2
parent2aefed885364c98605aac544ed89e046627c21cb
Workaround 'obsolescent ftime called' cppcheck style warning (POSIX)

* tests/test_stack.c [!NO_TIMES && (USE_WINTHREADS
|| AO_USE_WIN32_PTHREADS)] (get_msecs): Use gettimeofday-based
implementation if CPPCHECK.
tests/test_stack.c