[0.4.10][CRT] Fix 2 MSVC compiler warnings CORE-17812
authorJoachim Henze <Joachim.Henze@reactos.org>
Fri, 18 Mar 2022 20:29:37 +0000 (21:29 +0100)
committerJoachim Henze <Joachim.Henze@reactos.org>
Fri, 18 Mar 2022 20:29:37 +0000 (21:29 +0100)
commit1c0a2001df0268d72e2864573c53c8425c26bcab
tree61ca929fa1fc4376468b5cc19df65f73bbdae54e
parent4ea9a8a667479f16812763acf643d6c50d874636
[0.4.10][CRT] Fix 2 MSVC compiler warnings CORE-17812

observed with MSVC2010SP1 16.0.40219.1 x86-target in dbg+rls-config several times:
sdk\lib\crt\string\wtoi64.c(28) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
sdk\lib\crt\string\wtoi64.c(194) : warning C4146: unary minus operator applied to unsigned type, result still unsigned

the fix is a PARTIAL port of 0.4.15-dev-2951-g 5d8e834897781944dcaf80de6c3df9c2c51212c7

and while touching the file
fix another white-space-glitch.
in sum that brings us 100% in sync in this file to master 0.4.15-dev-3264-g570cedf.
sdk/lib/crt/string/wtoi64.c