removed unused parameters warnings with the solution proposed by myself and Bob Friesenhahn

This commit is contained in:
Mickael Savinaud
2011-08-10 08:12:10 +00:00
parent df44837b07
commit 676f8f189f
8 changed files with 33 additions and 4 deletions

View File

@@ -200,8 +200,10 @@ int parse_cmdline_decoder(int argc, char **argv, opj_dparameters_t *parameters,i
option_t long_option[]={
{"ImgDir",REQ_ARG, NULL ,'y'},
};
const char optlist[] = "i:o:h";
OPJ_ARG_NOT_USED(indexfilename);
totlen=sizeof(long_option);
img_fol->set_out_format = 0;
do {