#if 0
jas_eprintf("warning: skipping unknown tag type\n");
#endif
+ (void)attrvalinfo; /*'attrvalinfo' is assigned a value that is never used in function jas_iccprof_load*/
prevattrval = 0;
continue;
}
attrval = 0;
othattrval = 0;
txtdesc = 0;
+ (void)txtdesc;
/* Not yet implemented. */
abort();
attrval = 0;
othattrval = 0;
lut8 = 0;
+ (void)lut8;
abort();
return -1;
}
/*
* Image Library
*
- * $Id: jas_image.c,v 1.2 2005/06/04 01:54:02 malaterre Exp $
+ * $Id: jas_image.c,v 1.3 2005/06/09 22:09:39 malaterre Exp $
*/
/******************************************************************************\
numoutclrchans = jas_clrspc_numchans(jas_cmprof_clrspc(outprof));
numoutauxchans = 0;
numoutchans = numoutclrchans + numoutauxchans;
+ (void)numoutchans;/* 'numoutchans' is assigned a value that is never used in function jas_image_chclrspc*/
+ (void)numinauxchans; /* 'numinauxchans' is assigned a value that is never used in function jas_image_chclrspc*/
prec = 8;
if (!(outimage = jas_image_create0()))
/*
* JP2 Library
*
- * $Id: jp2_dec.c,v 1.1 2005/05/22 18:33:03 malaterre Exp $
+ * $Id: jp2_dec.c,v 1.2 2005/06/09 22:09:40 malaterre Exp $
*/
/******************************************************************************\
} else {
jas_image_setcmpttype(dec->image, newcmptno, jp2_getct(jas_image_clrspc(dec->image), 0, channo + 1));
}
+#else
+ (void)cdefd;
#endif
}
}
*/
/*
- * $Id: jpc_dec.c,v 1.1 2005/05/22 18:33:04 malaterre Exp $
+ * $Id: jpc_dec.c,v 1.2 2005/06/09 22:09:41 malaterre Exp $
*/
/******************************************************************************\
cmpt->vsubstep = crg->comps[cmptno].voff;
*/
}
+ (void)crg; /* 'crg' is assigned a value that is never used in function jpc_dec_process_crg*/
return 0;
}
}
jpc_pi_init(tile->pi);
+ (void)brcbgyend; /* 'brcbgyend' is assigned a value that is never used in function jpc_dec_tileinit*/
return 0;
}
*/
/*
- * $Id: jpc_enc.c,v 1.3 2005/06/08 17:39:37 malaterre Exp $
+ * $Id: jpc_enc.c,v 1.4 2005/06/09 22:09:41 malaterre Exp $
*/
/******************************************************************************\
if (cp) {
jpc_enc_cp_destroy(cp);
}
+ (void)ret; /* ret' is assigned a value that is never used in function cp_create */
return 0;
}
*size = f * rawsize;
}
}
+ (void)cp; /* 'cp' is assigned a value that is never used in function ratestrtosize */
return 0;
}
enc->mainbodysize = UINT_FAST32_MAX;
}
+ (void)mctsynweight; /* 'mctsynweight' is assigned a value that is never used in function jpc_enc_encodemainhdr */
return 0;
}
static int jpc_enc_encodemainbody(jpc_enc_t *enc)
{
int tileno;
- int tilex;
- int tiley;
int i;
jpc_sot_t *sot;
jpc_enc_tcmpt_t *comp;
int adjust;
int j;
int absbandno;
- long numbytes;
long tilehdrlen;
long tilelen;
jpc_enc_tile_t *tile;
cp = enc->cp;
- /* Avoid compile warnings. */
- numbytes = 0;
-
for (tileno = 0; tileno < JAS_CAST(int, cp->numtiles); ++tileno) {
- tilex = tileno % cp->numhtiles;
- tiley = tileno / cp->numhtiles;
if (!(enc->curtile = jpc_enc_tile_create(enc->cp, enc->image, tileno))) {
abort();
/*
* Tier 1 Encoder
*
- * $Id: jpc_t1enc.c,v 1.3 2005/06/08 17:39:37 malaterre Exp $
+ * $Id: jpc_t1enc.c,v 1.4 2005/06/09 22:09:41 malaterre Exp $
*/
/******************************************************************************\
int t;
jpc_bitstream_t *bout;
jpc_enc_pass_t *termpass;
- jpc_enc_rlvl_t *rlvl;
int vcausal;
int segsym;
int termmode;
(void)out;
bout = 0;
- rlvl = band->rlvl;
cblk->stream = jas_stream_memopen(0, 0);
assert(cblk->stream);
jpc_bitstream_close(bout);
}
+ (void)ret; /* 'ret' is assigned a value that is never used in function jpc_enc_enccblk*/
return 0;
}