Silencing a false warning of gcc on Sid about uninitialized "image" variable
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user