mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-03 18:29:50 +00:00
Add typecast to silence -Wswitch warning introduced by r153153.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153155 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3d092dbb91
commit
9be7c94ccd
@ -99,7 +99,7 @@ public:
|
||||
// Used to point to big endian bytes
|
||||
unsigned FullSize;
|
||||
|
||||
switch (Kind) {
|
||||
switch ((unsigned)Kind) {
|
||||
case Mips::fixup_Mips_16:
|
||||
FullSize = 2;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user