fixed compiler warnings if NDEBUG enabled in test code
authorDenis Pronin <dannftk@yandex.ru>
Fri, 22 Apr 2022 19:24:35 +0000 (22:24 +0300)
committerDenis Pronin <dannftk@yandex.ru>
Fri, 22 Apr 2022 19:25:10 +0000 (22:25 +0300)
commit1f081ec0411a67cef0e4d80a0d51a052a5937056
tree18c8bb6ea1cd630f90706ceb36d115c42c099273
parent83276370ce4d6ce7fc43fb9faf06454403877da1
fixed compiler warnings if NDEBUG enabled in test code

if NDEBUG is defined we check several return codes fairly
rather than ignore them in turning into nothing assert call
in RELEASE mode

Signed-off-by: Denis Pronin <dannftk@yandex.ru>
t/read-to-pipe-async.c