diff options
Diffstat (limited to 'Source/UnitTests/Common/BitFieldTest.cpp')
| -rw-r--r-- | Source/UnitTests/Common/BitFieldTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Common/BitFieldTest.cpp b/Source/UnitTests/Common/BitFieldTest.cpp index a97fd3bb82..aa98352272 100644 --- a/Source/UnitTests/Common/BitFieldTest.cpp +++ b/Source/UnitTests/Common/BitFieldTest.cpp @@ -24,7 +24,7 @@ union TestUnion }; // table of raw numbers to test with -u64 table[] = +static u64 table[] = { 0x0000000000000000ull, // all zero 0xffffffffffffffffull, // all one |
