Declare E_Exit as noreturn. Makes gcc happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3678
This commit is contained in:
parent
212f673568
commit
e31e0316aa
1 changed files with 3 additions and 3 deletions
|
@ -23,10 +23,10 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
void E_Exit(const char * message,...) GCC_ATTRIBUTE( __format__(__printf__, 1, 2));
|
||||
GCC_ATTRIBUTE(noreturn) void E_Exit(const char * message,...) GCC_ATTRIBUTE( __format__(__printf__, 1, 2));
|
||||
|
||||
void MSG_Add(const char*,const char*); //add messages to the internal langaugefile
|
||||
const char* MSG_Get(char const *); //get messages from the internal langaugafile
|
||||
void MSG_Add(const char*,const char*); //add messages to the internal languagefile
|
||||
const char* MSG_Get(char const *); //get messages from the internal languagefile
|
||||
|
||||
class Section;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue