Silence 'cont_###' set but not used warnings on MinGW

From pbatard branch.
Update copyright date on recently changed files.
This commit is contained in:
R. Bernstein
2012-02-25 20:41:26 -05:00
parent 04181f8456
commit 110ab30f17
5 changed files with 7 additions and 7 deletions

View File

@@ -107,7 +107,8 @@ realloc_symlink(/*in/out*/ iso9660_stat_t *p_stat, uint8_t i_grow)
#define CHECK_CE \
{ cont_extent = from_733(*rr->u.CE.extent); \
cont_offset = from_733(*rr->u.CE.offset); \
cont_size = from_733(*rr->u.CE.size); }
cont_size = from_733(*rr->u.CE.size); \
(void)cont_extent; (void)cont_offset, (void)cont_size; }
#define SETUP_ROCK_RIDGE(DE,CHR,LEN) \
{ \