mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-25 10:50:30 -07:00
Fixed various warnings to allow compiling ECL with CLang
This commit is contained in:
parent
a8cd321f53
commit
a86bbd3605
19 changed files with 43 additions and 32 deletions
|
|
@ -50,6 +50,8 @@ static const cl_object ecl_aet_name[] = {
|
|||
|
||||
static void check_displaced (cl_object dlist, cl_object orig, cl_index newdim);
|
||||
|
||||
static void FEbad_aet() ecl_attr_noreturn;
|
||||
|
||||
static void
|
||||
FEbad_aet()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue