mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-10 15:03:22 +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"
|
||||
|
||||
_ :: reflect // alias reflect to nothing to force visibility for -vet
|
||||
_ :: mem // in case TRACKING_MEMORY is not enabled
|
||||
|
||||
// IMPORTANT NOTE: Compiler requires this layout
|
||||
Test_Signature :: proc(^T)
|
||||
|
||||
Reference in New Issue
Block a user