gcc warning fix

warning: control reaches end of non-void function [-Wreturn-type]
This commit is contained in:
William S Fulton 2022-02-07 21:50:13 +00:00
commit a5315e1159

View file

@ -1163,6 +1163,7 @@ int Swig_scopename_check(const String *s) {
String *Swig_string_command(String *s) {
Swig_error("SWIG", Getline(s), "Command encoder no longer supported - use regex encoder instead.\n");
SWIG_exit(EXIT_FAILURE);
return 0;
}
/* -----------------------------------------------------------------------------