Fix warning.

This commit is contained in:
Jief L 2020-04-24 18:26:27 +03:00
parent 9f552ec04b
commit d075078a48

View File

@ -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;
}