Disallow procedure calls with an associated deferred procedure to be used in logical binary expressions (short-circuiting)

This commit is contained in:
gingerBill
2019-12-15 11:10:50 +00:00
parent 8bec324779
commit 7f5021c8e9
5 changed files with 104 additions and 33 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ GB_ALLOCATOR_PROC(arena_allocator_proc) {
ptr = arena_alloc(arena, size, alignment);
break;
case gbAllocation_Free:
GB_PANIC("gbAllocation_Free not supported");
// GB_PANIC("gbAllocation_Free not supported");
break;
case gbAllocation_Resize:
GB_PANIC("gbAllocation_Resize: not supported");