summaryrefslogtreecommitdiff
path: root/src/ui/ui_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r--src/ui/ui_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h
index f57bc188..75b316b6 100644
--- a/src/ui/ui_local.h
+++ b/src/ui/ui_local.h
@@ -315,7 +315,7 @@ void UI_FillRect( float x, float y, float width, float height, const float
// ui_syscalls.c
//
void trap_Print( const char *string );
-void trap_Error( const char *string );
+void trap_Error( const char *string ) __attribute__((noreturn));
int trap_Milliseconds( void );
void trap_Cvar_Register( vmCvar_t *vmCvar, const char *varName, const char *defaultValue, int flags );
void trap_Cvar_Update( vmCvar_t *vmCvar );