[0.4.8][CRT] Fix 2 MSVC compiler warnings CORE-17812
authorJoachim Henze <Joachim.Henze@reactos.org>
Fri, 18 Mar 2022 20:30:48 +0000 (21:30 +0100)
committerJoachim Henze <Joachim.Henze@reactos.org>
Fri, 18 Mar 2022 20:30:48 +0000 (21:30 +0100)
commita7821f8758b4273dc2620b2de88548256a0c76ff
tree194b120f072dd9b7fff166507ba421a6b8a5fc17
parent98b49a31ad6122be87121c717e6d5f454ea42f9c
[0.4.8][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