From 8deeff4de8152cc299978689b98761a952fde806 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 4 Jul 2011 10:58:24 +0000 Subject: [PATCH] Reacted on warnings of -Wunused-but-set-variable --- xorriso/iso_manip.c | 3 +-- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/xorriso/iso_manip.c b/xorriso/iso_manip.c index 170a79c7..4187c525 100644 --- a/xorriso/iso_manip.c +++ b/xorriso/iso_manip.c @@ -626,7 +626,7 @@ ex: int Xorriso_copy_implicit_properties(struct XorrisO *xorriso, IsoDir *dir, char *full_img_path, char *img_path, char *full_disk_path, int flag) { - int ret, nfic, nic, nfdc, d, i, hide_attrs; + int ret, nfic, nic, nfdc, d, i; char *nfi= NULL, *ni= NULL, *nfd= NULL, *cpt; struct stat stbuf; @@ -674,7 +674,6 @@ int Xorriso_copy_implicit_properties(struct XorrisO *xorriso, IsoDir *dir, if(!(flag & 2)) { /* Check for mkisofs-style hidings */ - hide_attrs= 0; ret= Xorriso_path_is_hidden(xorriso, nfd, 0); if(ret<0) goto ex; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 96c111bd..146fce9a 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2011.07.04.092828" +#define Xorriso_timestamP "2011.07.04.105800"