Port 'Cut time' code from Mixbus
[ardour.git] / libs / appleutility / AUOutputBL.h
index b80588abacb35ace38d3e035158d0714cb304d86..e76d1bfe2849868de2ed07045b99b39845ee295c 100644 (file)
@@ -108,8 +108,8 @@ private:
        UInt32                                          mFrames;
 
 // don't want to copy these.. can if you want, but more code to write!
-       AUOutputBL (const AUOutputBL &c) {}
-       AUOutputBL& operator= (const AUOutputBL& c) { return *this; }
+       AUOutputBL (const AUOutputBL &) {}
+       AUOutputBL& operator= (const AUOutputBL&) { return *this; }
 };
 
 #endif // __AUOutputBL_h__