Fixed clang build

This commit is contained in:
Christophe Riccio 2014-11-29 20:52:53 +01:00
parent a42f84ed47
commit 83ad80d6b4

View File

@ -977,9 +977,9 @@ namespace findLSB
{0x00000002, 1},
// {0x80000000, 31}, // Clang generates an error with this
{0x00010000, 16},
{0xFFFF0000, 16},
{0xFF000000, 24},
{0xFF00FF00, 8},
{0x7FFF0000, 16},
{0x7F000000, 24},
{0x7F00FF00, 8},
{0x00000000, -1}
};