Merge pull request #86040 from lawnjelly/new_batch_warning

[3.x] Workaround GCC warning in `rasterizer_canvas_batcher`
This commit is contained in:
Rémi Verschelde 2023-12-11 20:02:11 +01:00
commit 2ae9c57a0e
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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) {