mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 00:17:56 +00:00
Merge pull request #6518 from lioncash/func
maxwell3d: Add missing return in default SizeInBytes() case
This commit is contained in:
commit
59620e2b75
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ public:
|
||||||
return 4;
|
return 4;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue