X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcommon%2Fabend.h;h=7b5fefaf04e1439f988178d0d07504dd64a9c1ae;hb=d790ae1b42f1a4940d7e8fc4121433716e116fe9;hp=9b2df73bd559badc384f23fcaf861e05dab0ba5e;hpb=3bcbcd9474b10c92542e65e12f49762ffa6de03a;p=cc65 diff --git a/src/common/abend.h b/src/common/abend.h index 9b2df73bd..7b5fefaf0 100644 --- a/src/common/abend.h +++ b/src/common/abend.h @@ -48,7 +48,7 @@ -void AbEnd (const char* Format, ...) attribute ((format (printf, 1, 2))); +void AbEnd (const char* Format, ...) attribute ((format (printf, 1, 2), noreturn)); /* Print a message preceeded by the program name and terminate the program * with an error exit code. */