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

master
Thomas Schmitt 7 years ago
parent 73ec1501f9
commit 1337c3c494

@ -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…
Cancel
Save