mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Fix more warnings from #579
This commit is contained in:
@ -24,7 +24,7 @@ union TestUnion
|
||||
};
|
||||
|
||||
// table of raw numbers to test with
|
||||
u64 table[] =
|
||||
static u64 table[] =
|
||||
{
|
||||
0x0000000000000000ull, // all zero
|
||||
0xffffffffffffffffull, // all one
|
||||
|
Reference in New Issue
Block a user