mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 05:51:55 -08:00
fix coverity 1434866 Missing return statement
https://scan7.coverity.com/reports.htm#v29377/p15116/fileInstanceId=19088538&defectInstanceId=4403920&mergedDefectId=1434866
This commit is contained in:
parent
73ed08df0b
commit
4c5f0b2162
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ si_signal_simple_error(cl_narg narg, cl_object condition, cl_object continuable,
|
|||
cl_object rest;
|
||||
ecl_va_start(args, format_args, narg, 4);
|
||||
rest = cl_grab_rest_args(args);
|
||||
cl_apply(6, @'si::signal-simple-error', condition, continuable,
|
||||
format, format_args, rest);
|
||||
return cl_apply(6, @'si::signal-simple-error', condition, continuable,
|
||||
format, format_args, rest);
|
||||
}
|
||||
|
||||
extern cl_object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue