fix compiler warnings
This commit is contained in:
parent
b7b98bead5
commit
f865adbbc2
@ -31,7 +31,7 @@ FLAC__bool do_shorthand_operation__cuesheet(const char *filename, FLAC__Metadata
|
|||||||
FLAC__StreamMetadata *cuesheet = 0;
|
FLAC__StreamMetadata *cuesheet = 0;
|
||||||
FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new();
|
FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new();
|
||||||
FLAC__uint64 lead_out_offset = 0;
|
FLAC__uint64 lead_out_offset = 0;
|
||||||
FLAC__bool is_cdda;
|
FLAC__bool is_cdda = false;
|
||||||
|
|
||||||
if(0 == iterator)
|
if(0 == iterator)
|
||||||
die("out of memory allocating iterator");
|
die("out of memory allocating iterator");
|
||||||
|
Loading…
Reference in New Issue
Block a user