]> granicus.if.org Git - gc/commit
Eliminate 'potential overflow' static analyzer warning in test
authorIvan Maidanski <ivmai@mail.ru>
Tue, 4 Oct 2016 07:28:18 +0000 (10:28 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 31 Oct 2016 21:13:58 +0000 (00:13 +0300)
commit996347bf408e00051a4cecdd1eafd9de2ed6d7b2
treee7431dbb1d0f3c372c453fed83d09e7e2adbc704
parent686468cf7cba3435cc06c35819acd3915dfe604c
Eliminate 'potential overflow' static analyzer warning in test

* tests/subthread_create.c (entry): Replace (int)(int_v1 - uint_v2)
expression with int_v1 - (int)uint_v2.
tests/subthread_create.c