mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-03 13:11:34 +00:00
Fix XCode Analyse false positive
This commit is contained in:
parent
a384c61f7a
commit
770f25f335
@ -110,6 +110,7 @@ namespace backend {
|
||||
currentBlock++;
|
||||
if (currentBlock >= blocks.size()) {
|
||||
Reset();
|
||||
*commandId = EndOfBlock;
|
||||
return false;
|
||||
}
|
||||
currentPtr = AlignPtr(blocks[currentBlock].block, alignof(uint32_t));
|
||||
|
Loading…
x
Reference in New Issue
Block a user