X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Ferror.c;h=9b3ee7d370ab6e73a94bbf4573c4a33925655160;hb=b42d141b27222454d6176f233327c594d71be554;hp=9d823c997cdaa33f7031c87f381665e0d9a085c4;hpb=0fbcef83aa6060534172bb13e71cdadb04428806;p=libfirm diff --git a/ir/common/error.c b/ir/common/error.c index 9d823c997..9b3ee7d37 100644 --- a/ir/common/error.c +++ b/ir/common/error.c @@ -32,7 +32,8 @@ #include "error.h" #include "irprintf.h" -NORETURN panic(const char *fmt, ...) { +NORETURN panic(const char *fmt, ...) +{ va_list ap; fputs("libFirm panic: ", stderr);