panic: declare as printf-style-checked

. and related fixes

Change-Id: I5131ac57dc53d8aec8d421a34c5ceea383404d7a
This commit is contained in:
Ben Gras
2013-02-02 00:55:35 +00:00
parent 5507a12d7c
commit 2d2a1a077d
22 changed files with 30 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ void ddekit_panic(char *fmt, ...)
va_start(va,fmt);
r = vprintf(fmt, va);
va_end(va);
panic("","",0);
panic("panicced");
while(1)
;