Meta: Suppress compiler warnings

This commit is contained in:
Alec Murphy 2025-04-19 21:38:13 -04:00
parent a322c06850
commit 39973f452d
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ U64 @stbtt_malloc(I64 size)
U0 @stbtt_free(U8* ptr)
{
no_warn ptr;
//"stbtt_free(0x%08x)\n", ptr;
}