From f927af20f2d62286a7d077cc6ef4e345819ecafc Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Thu, 7 Aug 2014 03:24:42 +0200 Subject: Fix more warnings from #579 --- Source/UnitTests/Common/BitFieldTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/UnitTests/Common/BitFieldTest.cpp') 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 -- cgit v1.2.3