Fix a few warnings
This commit is contained in:
parent
386d9b5f71
commit
88424ca2b7
|
@ -277,8 +277,6 @@ namespace BizHawk.MultiClient
|
|||
case atype.DWORD:
|
||||
return ((int)value).ToString();
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
case asigned.UNSIGNED:
|
||||
switch (type)
|
||||
|
@ -291,7 +289,6 @@ namespace BizHawk.MultiClient
|
|||
case atype.DWORD:
|
||||
return ((uint)value).ToString();
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue