mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
Fix some unused parameter warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@5403 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f411496289
commit
b65f8073ba
195 changed files with 574 additions and 518 deletions
|
|
@ -52,7 +52,7 @@ SpectralDifferenceAudioCurve::setWindowSize(size_t newSize)
|
|||
}
|
||||
|
||||
float
|
||||
SpectralDifferenceAudioCurve::process(const float *R__ mag, size_t increment)
|
||||
SpectralDifferenceAudioCurve::process(const float *R__ mag, size_t /*increment*/)
|
||||
{
|
||||
float result = 0.0;
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ SpectralDifferenceAudioCurve::process(const float *R__ mag, size_t increment)
|
|||
}
|
||||
|
||||
float
|
||||
SpectralDifferenceAudioCurve::processDouble(const double *R__ mag, size_t increment)
|
||||
SpectralDifferenceAudioCurve::processDouble(const double *R__ mag, size_t /*increment*/)
|
||||
{
|
||||
float result = 0.0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue