mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
ntdll/tests: Fix a compiler warning on PowerPC.
This commit is contained in:
parent
9281bdb478
commit
e88e2239aa
@ -413,7 +413,7 @@ static void test_RtlFindClearBitsAndSet(void)
|
||||
static void test_RtlFindMostSignificantBit(void)
|
||||
{
|
||||
int i;
|
||||
CCHAR cPos;
|
||||
signed char cPos;
|
||||
ULONGLONG ulLong;
|
||||
|
||||
if (!pRtlFindMostSignificantBit)
|
||||
@ -442,7 +442,7 @@ static void test_RtlFindMostSignificantBit(void)
|
||||
static void test_RtlFindLeastSignificantBit(void)
|
||||
{
|
||||
int i;
|
||||
CCHAR cPos;
|
||||
signed char cPos;
|
||||
ULONGLONG ulLong;
|
||||
|
||||
if (!pRtlFindLeastSignificantBit)
|
||||
|
Loading…
Reference in New Issue
Block a user