mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
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:
parent
6181c3307a
commit
3fcb8030ae
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ extern int pr_xstatement;
|
||||||
|
|
||||||
extern unsigned short pr_crc;
|
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_PrintEdicts (void);
|
||||||
void ED_PrintNum (int ent);
|
void ED_PrintNum (int ent);
|
||||||
|
|
Loading…
Reference in a new issue