mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +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_START(va, format);
|
||||
panic_(format, va); // panic doesn't return
|
||||
VA_END(va);
|
||||
// VA_END(va);
|
||||
}else{
|
||||
i_have_panicked = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user