mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-22 05:34:59 -07:00
Disallow procedure calls with an associated deferred procedure to be used in logical binary expressions (short-circuiting)
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user