mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed compilation warnings
Try to get the number of warnings down
This commit is contained in:
@@ -48,7 +48,7 @@ static INLINE UINT32 lzcnt_s(UINT32 x)
|
||||
return __lzcnt(x);
|
||||
}
|
||||
|
||||
int test_lzcnt()
|
||||
static int test_lzcnt(void)
|
||||
{
|
||||
if (lzcnt_s(0x1) != 31)
|
||||
{
|
||||
@@ -83,7 +83,7 @@ int test_lzcnt()
|
||||
return 0;
|
||||
}
|
||||
|
||||
int test_lzcnt16()
|
||||
static int test_lzcnt16(void)
|
||||
{
|
||||
if (__lzcnt16(0x1) != 15)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user