summaryrefslogtreecommitdiff
path: root/plugins/ZamChild670/sidechainamplifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamChild670/sidechainamplifier.h')
-rw-r--r--plugins/ZamChild670/sidechainamplifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZamChild670/sidechainamplifier.h b/plugins/ZamChild670/sidechainamplifier.h
index 4972c46..351dbe2 100644
--- a/plugins/ZamChild670/sidechainamplifier.h
+++ b/plugins/ZamChild670/sidechainamplifier.h
@@ -109,7 +109,7 @@ protected:
// return i;
// }
- inline Real getDriveStageCurrent(Real Vdiff, Real Vcap) {
+ inline Real getDriveStageCurrent(Real Vdiff, Real) {
Assert(isfinite(Vdiff));
Assert(isfinite(Vcap));
Real current = diodeModel(Vdiff) * nominalOutputConductance;