mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
fix compiler warning
This commit is contained in:
parent
451e48de5f
commit
dbc34ab4da
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ AudioSource::read_peaks_with_fpp (PeakData *peaks, framecnt_t npeaks, framepos_t
|
||||||
PeakData::PeakDatum xmax;
|
PeakData::PeakDatum xmax;
|
||||||
PeakData::PeakDatum xmin;
|
PeakData::PeakDatum xmin;
|
||||||
int32_t to_read;
|
int32_t to_read;
|
||||||
uint32_t nread;
|
ssize_t nread;
|
||||||
framecnt_t zero_fill = 0;
|
framecnt_t zero_fill = 0;
|
||||||
|
|
||||||
boost::scoped_ptr<FdFileDescriptor> peakfile_descriptor(new FdFileDescriptor (peakpath, false, 0664));
|
boost::scoped_ptr<FdFileDescriptor> peakfile_descriptor(new FdFileDescriptor (peakpath, false, 0664));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue