Silenced a compiler warning with zisofs filter
This commit is contained in:
parent
1f2fd259ae
commit
c2f502b9a8
@ -846,8 +846,8 @@ int ziso_filter_get_filter(FilterContext *filter, IsoStream *original,
|
|||||||
{
|
{
|
||||||
IsoStream *str;
|
IsoStream *str;
|
||||||
ZisofsFilterStreamData *data;
|
ZisofsFilterStreamData *data;
|
||||||
ZisofsComprStreamData *cnstd;
|
ZisofsComprStreamData *cnstd = NULL;
|
||||||
ZisofsUncomprStreamData *unstd;
|
ZisofsUncomprStreamData *unstd = NULL;
|
||||||
|
|
||||||
if (filter == NULL || original == NULL || filtered == NULL) {
|
if (filter == NULL || original == NULL || filtered == NULL) {
|
||||||
return ISO_NULL_POINTER;
|
return ISO_NULL_POINTER;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user