diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2014-08-07 03:24:42 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2014-08-07 03:24:42 +0200 |
| commit | f927af20f2d62286a7d077cc6ef4e345819ecafc (patch) | |
| tree | f0a862e99622cd700d9088bc69ba2451bd6288d4 /Source/UnitTests/Common/BitFieldTest.cpp | |
| parent | 470bfc9b0bd4c6600d162afb05c803efb3605ab2 (diff) | |
Fix more warnings from #579
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 |
