mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 04:20:28 +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