mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
Merge pull request #6518 from lioncash/func
maxwell3d: Add missing return in default SizeInBytes() case
This commit is contained in:
commit
d8d9bb0dfb
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ public:
|
|||
return 4;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue