fix a few more warnings
This commit is contained in:
parent
41d9d2da4d
commit
46a23e2b19
|
@ -944,11 +944,11 @@ namespace BizHawk.Client.EmuHawk
|
||||||
//TODO add error text to dialog?
|
//TODO add error text to dialog?
|
||||||
// Re-show dialog if the address isn't found
|
// Re-show dialog if the address isn't found
|
||||||
}
|
}
|
||||||
catch (FormatException e)
|
catch (FormatException)
|
||||||
{
|
{
|
||||||
// Re-show dialog if given invalid text (shouldn't happen)
|
// Re-show dialog if given invalid text (shouldn't happen)
|
||||||
}
|
}
|
||||||
catch (OverflowException e)
|
catch (OverflowException)
|
||||||
{
|
{
|
||||||
//TODO add error text to dialog?
|
//TODO add error text to dialog?
|
||||||
// Re-show dialog if the address isn't valid
|
// Re-show dialog if the address isn't valid
|
||||||
|
|
Loading…
Reference in New Issue