summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/BitFieldTest.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-08-06 21:30:41 -0400
committerLioncash <mathew1800@gmail.com>2014-08-06 21:30:41 -0400
commit601a406e9550cb6d1ee1f7e4f728178ea49ed03f (patch)
treef0a862e99622cd700d9088bc69ba2451bd6288d4 /Source/UnitTests/Common/BitFieldTest.cpp
parent470bfc9b0bd4c6600d162afb05c803efb3605ab2 (diff)
parentf927af20f2d62286a7d077cc6ef4e345819ecafc (diff)
Merge pull request #609 from Tilka/fix_warnings
Fix more warnings from #579
Diffstat (limited to 'Source/UnitTests/Common/BitFieldTest.cpp')
-rw-r--r--Source/UnitTests/Common/BitFieldTest.cpp2
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