mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 15:01:18 +12:00
Fix unset return value warning
This commit is contained in:
parent
d2f6bf6a3e
commit
0aae976c75
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
VKRMoveableRefCounter& operator=(VKRMoveableRefCounter&& rhs) noexcept
|
||||
{
|
||||
cemu_assert(false);
|
||||
return *this;
|
||||
}
|
||||
|
||||
void addRef(VKRMoveableRefCounter* refTarget)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue