From 2464eac51731302e127b6ff6ff035f8ad17f9bb0 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 4 Jul 2011 12:15:24 +0000 Subject: [PATCH] Reacted on warnings of -Wunused-but-set-variable --- xorriso/filters.c | 2 -- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/xorriso/filters.c b/xorriso/filters.c index 6035c764..5365b653 100644 --- a/xorriso/filters.c +++ b/xorriso/filters.c @@ -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) { diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 1730f511..9560be72 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2011.07.04.121342" +#define Xorriso_timestamP "2011.07.04.121501"