mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-04-21 03:12:53 +02:00
mark Finit as noreturn
fixes -Wimplicit-fallthrough warning
This commit is contained in:
@@ -225,7 +225,7 @@ void Msg (int, const char *, ...) __attribute__((format(printf, 2, 3)));
|
||||
void Panic (int, const char *, ...) __attribute__((format(printf, 2, 3))) __attribute__((__noreturn__));
|
||||
void QueryMsg (int, const char *, ...) __attribute__((format(printf, 2, 3)));
|
||||
void Dummy (int, const char *, ...) __attribute__((format(printf, 2, 3)));
|
||||
void Finit (int);
|
||||
void Finit (int) __attribute__((__noreturn__));
|
||||
void MakeNewEnv (void);
|
||||
void PutWinMsg (char *, int, int);
|
||||
void setbacktick (int, int, int, char **);
|
||||
|
||||
Reference in New Issue
Block a user