mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-22 18:55:40 -04:00
Fix a bunch of compiler warnings
This commit is contained in:
@ -98,7 +98,7 @@ static constexpr bool HostIsLittleEndian()
|
||||
{
|
||||
u8 a[4];
|
||||
u32 b;
|
||||
} test_val = {1};
|
||||
} test_val = {{1}};
|
||||
|
||||
return test_val.a[0] == 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user