mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
MemoryViewWidget: Fix warning: enumeration value ‘Null’ not handled in switch [-Wswitch]
This commit is contained in:
parent
5c8d8383e2
commit
3bd655463d
1 changed files with 3 additions and 0 deletions
|
@ -728,6 +728,9 @@ std::vector<u8> MemoryViewWidget::ConvertTextToBytes(Type type, QString input_te
|
|||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
// Do nothing
|
||||
break;
|
||||
}
|
||||
|
||||
return {};
|
||||
|
|
Loading…
Add table
Reference in a new issue