mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
Meta: Suppress compiler warnings
This commit is contained in:
@@ -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 ";
|
||||
|
||||
Reference in New Issue
Block a user