mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-28 17:08:18 +01:00
Fix warning.
This commit is contained in:
parent
9f552ec04b
commit
d075078a48
@ -53,7 +53,7 @@ void panic(const char* format, ...)
|
|||||||
VA_LIST va;
|
VA_LIST va;
|
||||||
VA_START(va, format);
|
VA_START(va, format);
|
||||||
panic_(format, va); // panic doesn't return
|
panic_(format, va); // panic doesn't return
|
||||||
VA_END(va);
|
// VA_END(va);
|
||||||
}else{
|
}else{
|
||||||
i_have_panicked = true;
|
i_have_panicked = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user