]> git.sur5r.net Git - cc65/blobdiff - src/common/abend.h
More optimizations
[cc65] / src / common / abend.h
index 9b2df73bd559badc384f23fcaf861e05dab0ba5e..7b5fefaf04e1439f988178d0d07504dd64a9c1ae 100644 (file)
@@ -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.
  */