Meta: Suppress compiler warnings
This commit is contained in:
parent
c608390142
commit
844f36663a
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
class stbtt__buf {
|
||||||
U8* data;
|
U8* data;
|
||||||
I32 cursor;
|
I32 cursor;
|
||||||
|
@ -58,4 +60,6 @@ U8* @stbtt_GetFontNameDefault(stbtt_fontinfo* font, I32* length)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Silent(0);
|
||||||
|
|
||||||
"truetype ";
|
"truetype ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue