longjmp(j2k_error, 1);
memcpy(dest_buf, cio_bp, n);
cio_bp += n;
-}
\ No newline at end of file
+}
+
/* </summary> */
int dwt_getgain_real(int orient)
{
+ (void)orient;
return 0;
}
int jp2_wrap_j2k(jp2_struct_t * jp2_struct, char *j2k_codestream,
char *output)
{
+ (void)output;
jp2_write_jp();
jp2_write_ftyp(jp2_struct);
jp2_write_jp2h(jp2_struct);
void tcd_free_encode(j2k_image_t * img, j2k_cp_t * cp, int curtileno)
{
int tileno, compno, resno, bandno, precno;
+ (void)curtileno;
tcd_img = img;
tcd_cp = cp;
tcd_image.tw = cp->tw;