Silencing a false warning of gcc on Sid about uninitialized "image" variable

This commit is contained in:
Thomas Schmitt 2015-12-26 09:06:28 +00:00
parent 99e0650329
commit 56457e9019
2 changed files with 2 additions and 1 deletions

View File

@ -945,6 +945,7 @@ ex:;
int Xorriso_get_volume(struct XorrisO *xorriso, IsoImage **volume,
int flag)
{
*volume= NULL;
if(xorriso->in_volset_handle==NULL) {
if(flag & 1)
return(0);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.12.24.080343"
#define Xorriso_timestamP "2015.12.26.090812"