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>
Tue, 4 Oct 2016 07:28:18 +0000 (10:28 +0300)
commite248d685833a498e7dc0938bca47f08dfa611cd5
tree3eaa5cec0fc2b91c4e701a378347eea3e620afbb
parentfd1862244eae391843449178cff983800eb6800a
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