Fix HP compiler warning about redeclaration of function (#640)
[openjpeg.git] / src / lib / openjp2 / dwt.c
index 92752f4289821352dd624ca46d3bb76a27420df2..d63c120e2347616defd1727bc4fc7b12b8d70b75 100644 (file)
@@ -795,7 +795,7 @@ static void opj_v4dwt_decode_step2(opj_v4_t* l, opj_v4_t* w, OPJ_INT32 k, OPJ_IN
 /* <summary>                             */
 /* Inverse 9-7 wavelet transform in 1-D. */
 /* </summary>                            */
-void opj_v4dwt_decode(opj_v4dwt_t* restrict dwt)
+static void opj_v4dwt_decode(opj_v4dwt_t* restrict dwt)
 {
        OPJ_INT32 a, b;
        if(dwt->cas == 0) {