progs.h (PR_RunError): Mark the function as noreturn.

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@468 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2011-07-08 17:27:44 +00:00
parent 6181c3307a
commit 3fcb8030ae
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ extern int pr_xstatement;
extern unsigned short pr_crc;
void PR_RunError (const char *error, ...) __attribute__((__format__(__printf__,1,2)));
void PR_RunError (const char *error, ...) __attribute__((__format__(__printf__,1,2), __noreturn__));
void ED_PrintEdicts (void);
void ED_PrintNum (int ent);