Meta: Suppress compiler warnings

This commit is contained in:
Alec Murphy
2025-04-05 16:33:10 -04:00
parent c608390142
commit 844f36663a

View File

@@ -1,3 +1,5 @@
Silent(1); // This is needed to suppress "Function should return val" warnings for wrappers to non-HolyC functions
class stbtt__buf {
U8* data;
I32 cursor;
@@ -58,4 +60,6 @@ U8* @stbtt_GetFontNameDefault(stbtt_fontinfo* font, I32* length)
}
}
Silent(0);
"truetype ";