Merge pull request #86040 from lawnjelly/new_batch_warning
[3.x] Workaround GCC warning in `rasterizer_canvas_batcher`
This commit is contained in:
commit
2ae9c57a0e
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ public:
|
|||
|
||||
// this should always succeed after growing
|
||||
batch = bdata.batches.request();
|
||||
RAST_DEBUG_ASSERT(batch);
|
||||
CRASH_COND_MSG(!batch, "Out of memory");
|
||||
}
|
||||
|
||||
if (p_blank) {
|
||||
|
|
Loading…
Reference in a new issue