Merge pull request #6518 from lioncash/func

maxwell3d: Add missing return in default SizeInBytes() case
pull/8/head
bunnei 4 years ago committed by GitHub
commit d8d9bb0dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -242,6 +242,7 @@ public:
return 4;
default:
UNREACHABLE();
return 1;
}
}

Loading…
Cancel
Save