mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Keep -vet happy when mem tracking is disabled.
This commit is contained in:
@@ -10,6 +10,7 @@ import "core:time"
|
|||||||
import "core:mem"
|
import "core:mem"
|
||||||
|
|
||||||
_ :: reflect // alias reflect to nothing to force visibility for -vet
|
_ :: reflect // alias reflect to nothing to force visibility for -vet
|
||||||
|
_ :: mem // in case TRACKING_MEMORY is not enabled
|
||||||
|
|
||||||
// IMPORTANT NOTE: Compiler requires this layout
|
// IMPORTANT NOTE: Compiler requires this layout
|
||||||
Test_Signature :: proc(^T)
|
Test_Signature :: proc(^T)
|
||||||
|
|||||||
Reference in New Issue
Block a user