Reacted on warnings of -Wunused-but-set-variable
This commit is contained in:
parent
ee56d3c86b
commit
8deeff4de8
@ -626,7 +626,7 @@ ex:
|
|||||||
int Xorriso_copy_implicit_properties(struct XorrisO *xorriso, IsoDir *dir,
|
int Xorriso_copy_implicit_properties(struct XorrisO *xorriso, IsoDir *dir,
|
||||||
char *full_img_path, char *img_path, char *full_disk_path, int flag)
|
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;
|
char *nfi= NULL, *ni= NULL, *nfd= NULL, *cpt;
|
||||||
struct stat stbuf;
|
struct stat stbuf;
|
||||||
|
|
||||||
@ -674,7 +674,6 @@ int Xorriso_copy_implicit_properties(struct XorrisO *xorriso, IsoDir *dir,
|
|||||||
|
|
||||||
if(!(flag & 2)) {
|
if(!(flag & 2)) {
|
||||||
/* Check for mkisofs-style hidings */
|
/* Check for mkisofs-style hidings */
|
||||||
hide_attrs= 0;
|
|
||||||
ret= Xorriso_path_is_hidden(xorriso, nfd, 0);
|
ret= Xorriso_path_is_hidden(xorriso, nfd, 0);
|
||||||
if(ret<0)
|
if(ret<0)
|
||||||
goto ex;
|
goto ex;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.07.04.092828"
|
#define Xorriso_timestamP "2011.07.04.105800"
|
||||||
|
Loading…
Reference in New Issue
Block a user