Handle fallthrough with attribute(noreturn) for consistancy and compatiblity with older GCC
(cherry picked from commit 11f86ca4e4
)
This commit is contained in:
parent
162d5b1e59
commit
0f56bc904e
|
@ -1,3 +1,3 @@
|
|||
void gui_fatal(const char *fmt, ...);
|
||||
void gui_fatal(const char *fmt, ...) __attribute__((noreturn));
|
||||
void gui_nonfatal(const char *fmt, ...);
|
||||
void qfile_gui_fatal(const char *fmt, va_list args);
|
||||
void qfile_gui_fatal(const char *fmt, va_list args) __attribute__((noreturn));
|
||||
|
|
Loading…
Reference in New Issue
Block a user