Reacted on warnings of -Wunused-but-set-variable

This commit is contained in:
Thomas Schmitt 2011-07-04 12:15:24 +00:00
parent 03c417206d
commit 2464eac517
2 changed files with 1 additions and 3 deletions

View File

@ -270,7 +270,6 @@ int Xorriso_set_filter(struct XorrisO *xorriso, void *in_node,
IsoExternalFilterCommand *cmd = NULL;
char *old_name= NULL, *new_name= NULL, *suffix= "";
IsoStream *stream;
int is_renamed= 0;
Xorriso_alloc_meM(new_name, char, SfileadrL);
new_name[0]= 0;
@ -337,7 +336,6 @@ int Xorriso_set_filter(struct XorrisO *xorriso, void *in_node,
(flag & 1) | (strip_suffix ? 2 : 0));
if(ret <= 0 || ret == 2)
goto ex;
is_renamed= 1;
}
if(strip_filter) {

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.07.04.121342"
#define Xorriso_timestamP "2011.07.04.121501"