Stop thought-to-be-safe alloc in RT thread from triggering the checker.
[ardour.git] / libs / appleutility / CAReferenceCounted.h
index d57f97c31f1187367004c338386c70e761212c7a..fc18dc8ca4d92d7f2d697acd3dde281461a6a828 100644 (file)
@@ -75,8 +75,8 @@ protected:
 private:
        SInt32          mRefCount;
 
-       CAReferenceCounted(const CAReferenceCounted &a) : mRefCount(0) { }
-       CAReferenceCounted operator=(const CAReferenceCounted &a) { return *this; }
+       CAReferenceCounted(const CAReferenceCounted &) : mRefCount(0) { }
+       CAReferenceCounted operator=(const CAReferenceCounted &) { return *this; }
 };