Commit 053cf80a authored by Fabian Bauer's avatar Fabian Bauer
Browse files

warnings

parent fd1c02f0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1249,13 +1249,8 @@ Word16 maximum_exp_fx( /* o : index of the maximum value
#elif 1
{
    Word16 j, ind;
    Word16 tmp, exp;
    ind = 0;
    move16();
    tmp = vec_fx[0];
    move16();
    exp = exp_vec[0];
    move16();

    FOR( j = 1; j < lvec_fx; j++ )
    {