aboutsummaryrefslogtreecommitdiff
path: root/Source/Swig/swig.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Swig/swig.h')
-rw-r--r--Source/Swig/swig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Swig/swig.h b/Source/Swig/swig.h
index e0783dae1..523aef583 100644
--- a/Source/Swig/swig.h
+++ b/Source/Swig/swig.h
@@ -438,7 +438,7 @@ extern int ParmList_is_compactdefargs(ParmList *p);
extern void Language_replace_special_variables(String *method, String *tm, Parm *parm);
extern void Swig_print(DOH *object, int count);
extern void Swig_print_with_location(DOH *object, int count);
- extern void SWIG_exit(int exit_code);
+ extern void SWIG_exit(int exit_code) __attribute__((noreturn));
/* -- template init -- */