Fixes to remove warnings about unused variables. Replaced some uses of @(return) with ecl_return*()

This commit is contained in:
Juan Jose Garcia Ripoll 2012-04-10 23:20:40 +02:00
parent 5c1dca4c67
commit 036cb55928
30 changed files with 104 additions and 132 deletions

View file

@ -425,7 +425,6 @@ compare_base(unsigned char *s1, cl_index l1, unsigned char *s2, cl_index l2,
cl_index s1, e1, s2, e2;
@
{
AGAIN:
string1 = cl_string(string1);
string2 = cl_string(string2);
p = ecl_vector_start_end(@[string=], string1, start1, end1);
@ -521,7 +520,6 @@ ecl_string_eq(cl_object x, cl_object y)
cl_index_pair p;
int output;
@
AGAIN:
string1 = cl_string(string1);
string2 = cl_string(string2);
p = ecl_vector_start_end(@[string=], string1, start1, end1);