mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 16:58:35 +00:00
Fix more warnings from #579
This commit is contained in:
parent
470bfc9b0b
commit
f927af20f2
6 changed files with 11 additions and 15 deletions
|
@ -24,7 +24,7 @@ union TestUnion
|
|||
};
|
||||
|
||||
// table of raw numbers to test with
|
||||
u64 table[] =
|
||||
static u64 table[] =
|
||||
{
|
||||
0x0000000000000000ull, // all zero
|
||||
0xffffffffffffffffull, // all one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue