Silencing a false warning of gcc on Sid about uninitialized "image" variable
This commit is contained in:
parent
99e0650329
commit
56457e9019
@ -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);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2015.12.24.080343"
|
||||
#define Xorriso_timestamP "2015.12.26.090812"
|
||||
|
Loading…
Reference in New Issue
Block a user