mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
progs.h (PR_RunError): Mark the function as noreturn.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@468 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
729621c589
commit
2fa48afa9c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue