X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fpanic.h;fp=src%2Fpanic.h;h=012eecb76c108694d90aeb87830e938132bdc6f3;hp=67650b4f83684d8808f1f4a0ce8cc7dfab990842;hb=81c11bdd80190ec319a82b0402173cfb65fcbf72;hpb=7dcd5071e600f8cf48174d1fddb3dba57ec9476d diff --git a/src/panic.h b/src/panic.h index 67650b4..012eecb 100644 --- a/src/panic.h +++ b/src/panic.h @@ -18,6 +18,6 @@ along with this program. If not, see . #ifndef PANIC_H_ #define PANIC_H_ -void panic(const char *fmt, ...); +void panic(const char *fmt, ...) __attribute__((noreturn)); #endif /* PANIC_H_ */