mirror of https://github.com/zeldaret/tp.git
fix va_list (#3042)
This commit is contained in:
parent
9a889bfcf8
commit
235cb9a9ad
|
|
@ -63,7 +63,7 @@ namespace JUTAssertion {
|
|||
|
||||
u32 getSDevice();
|
||||
void showAssert_f(u32 device, const char* file, int line, const char* msg, ...);
|
||||
void showAssert_f_va(u32 device, const char* file, int line, const char* msg, __va_list args);
|
||||
void showAssert_f_va(u32 device, const char* file, int line, const char* msg, va_list args);
|
||||
void setWarningMessage_f(u32 device, char * file, int line, const char * fmt, ...);
|
||||
void setWarningMessage_f_va(u32 device, const char* file, int line, const char* msg, va_list args);
|
||||
void setLogMessage_f(u32 device, char* file, int line, const char* fmt, ...);
|
||||
|
|
|
|||
Loading…
Reference in New Issue