Meta: Suppress compiler warnings
This commit is contained in:
parent
a322c06850
commit
39973f452d
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ U64 @stbtt_malloc(I64 size)
|
||||||
|
|
||||||
U0 @stbtt_free(U8* ptr)
|
U0 @stbtt_free(U8* ptr)
|
||||||
{
|
{
|
||||||
|
no_warn ptr;
|
||||||
//"stbtt_free(0x%08x)\n", ptr;
|
//"stbtt_free(0x%08x)\n", ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,7 @@ U0 @system_power_off()
|
||||||
|
|
||||||
U0 @system_init()
|
U0 @system_init()
|
||||||
{
|
{
|
||||||
System.build_info = FileRead("build_info.TXT");
|
System.build_info = "";
|
||||||
System.log_fifo = FifoI64New(1024);
|
System.log_fifo = FifoI64New(1024);
|
||||||
Spawn(&@system_log_task, , , T(mp_cnt, 1, 0));
|
Spawn(&@system_log_task, , , T(mp_cnt, 1, 0));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue